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
After the WiFi-Box attempts to connect to a wifi network, and it receives a ip and ssid it attempts to signin to our connect.doodle3d.com page. (which enable us to forward users to their box.)
But when this signing in fails it still says it's connected.
-- signin to connect.doodle3d.comlocalsuccess, output=signin.signin()
ifsuccessthenlog:info("Signed in")
elselog:info("Signing in failed")
end-- report we are connected after signin attemptM.setStatus(M.CONNECTED,"Connected");
returntrue
This is problematic when we'd like to start a accesspoint when connecting fails (which we haven't implemented yet)
The text was updated successfully, but these errors were encountered:
After the WiFi-Box attempts to connect to a wifi network, and it receives a ip and ssid it attempts to signin to our connect.doodle3d.com page. (which enable us to forward users to their box.)
But when this signing in fails it still says it's connected.
Bottom of the netconf associateSsid function:
This is problematic when we'd like to start a accesspoint when connecting fails (which we haven't implemented yet)
The text was updated successfully, but these errors were encountered: