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
I've been trying to improve the IotWebConf16OffLineMode example by preventing the node from going offline if the user is connected to the AP. This should be possible by reading the ApConnectionState _apConnectionState state variable
I've been trying to improve the IotWebConf16OffLineMode example by preventing the node from going offline if the user is connected to the AP. This should be possible by reading the
ApConnectionState _apConnectionState
state variableIotWebConf/src/IotWebConf.h
Line 599 in 7128981
Unfortunately, there is no public function exposing this state.
It would be great to add to the IotWebConf.h something like this:
The text was updated successfully, but these errors were encountered: