Chat freely about anything...

User avatar
By jmumby
#54793 I want to run a ESP8266 with a rolling SSID so it will change every 15 min or so. Does the module have to reboot each time the SSID is changed, does it take a few seconds or can it do it on the fly?

Thanks,

Jason
User avatar
By Orcanbull
#54955 it shouldn't
you can simply stop the current SSID by WiFi.disconnect();
and then use WiFi.begin("YOUR SSID");
to start a new one