You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in javascript, i am using createXmlHttpObject(), xmlHttp.open('POST', abc.com, true), then xmlHttp.send('item='+value), where value is a string to identify which button was pushed
in 2.3.0, (server.arg(0)=="off") would return true,
but in 2.4.0, only (server.arg(0)=="item=off") returns true,