-->
Page 2 of 3

Re: Burn new sketch, both still running!?

PostPosted: Sun Jul 30, 2017 3:34 am
by gbafamily1
Force the ESP8266 to STA mode. This disables the AP. Add the following to setup().

WiFi.mode(WIFI_STA);

Re: Burn new sketch, both still running!?

PostPosted: Sun Jul 30, 2017 10:50 am
by Meyotch
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.

Re: Burn new sketch, both still running!?

PostPosted: Sun Jul 30, 2017 4:14 pm
by Meyotch
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?

Re: Burn new sketch, both still running!?

PostPosted: Sun Jul 30, 2017 10:03 pm
by rudy
How did you change it? You need to show us what you did in order to tell you where it went wrong.