Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By erniberni
#14036 Hi,
I loaded the WiFiClient example and could successfull connect to my WiFi.
After that I flashed a new sketch without WiFi client activation.
The client is still activated after reset and messages according to that are send out through serial interface.

How can I deactivate the WiFI client mode?

Regards
Reinhard
User avatar
By gerardwr
#14080 The ESP stores Wifi connection info in flash, and restarts this connection at reboot, before execution your sketch.

As a workaround you could try setting a Wifi mode in your sketch that is sure to fail, but I am not sure if this will work out.