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 need sometimes to shutdown WiFi, and start it again, in two cases:
going to light sleep to consume less energy
sometimes I need to start MCU without WiFi, run, then (later) start WiFi by external command, and then stop it again (activate interface, configure, shutdown WiFi and then run on battery without WiFi - when WiFi is not needed)
As I understand, framework has begin() functions, so I need to call "esp8266React.begin(); server.begin();", but how to finish WiFi gracefully so it can be started again (without MCU hard reset in between, just sleep and running like it was loooong delay)?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi!
I need sometimes to shutdown WiFi, and start it again, in two cases:
As I understand, framework has begin() functions, so I need to call "esp8266React.begin(); server.begin();", but how to finish WiFi gracefully so it can be started again (without MCU hard reset in between, just sleep and running like it was loooong delay)?
Thank you in advance!
The text was updated successfully, but these errors were encountered: