So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Meyotch
#68719
gbafamily1 wrote:Force the ESP8266 to STA mode. This disables the AP. Add the following to setup().

WiFi.mode(WIFI_STA);



Thank you. Very useful and targeted. Will attempt this next hobby session.
User avatar
By Meyotch
#68725 One more follow up question! (Many thanks to everyone, awesome forum here)

I tried to change the SSID name but modified no other code. The board will not accept the new SSID but continues to broadcast the first SSID assigned.

Any clues?