These are chat archives for
esp8266/Arduino
7
th
Oct 2015
Toggle Heatmap
Sign in to start talking
esp8266/Arduino
Arduino IDE for ESP8266
Steve Nelson
@zenmanenergy
Oct 07 2015 18:54
I have commented out my WiFi.begin() statement, but when I reboot my ESP, it auto connects to the last SSID. I don’t see method in the docs on github or on arduino.cc to turn the auto connecting on/off.
Markus
@Links2004
Oct 07 2015 19:35
WiFi.disconnect(); will delete the stored config
_