-->
Page 2 of 2

Re: NodeMCU connecting to router when configured for softAP

PostPosted: Tue Aug 23, 2016 10:31 pm
by treii28
krzychb wrote:Hi @treii28,

To stop esp connecting back to the router you need to add WiFi.mode(WIFI_AP) before WiFi.softAP().


Thanks a bunch! It was hanging up on that and wouldn't go past it.

SW

Re: NodeMCU connecting to router when configured for softAP

PostPosted: Wed Aug 24, 2016 3:20 am
by krzychb
@treii28, thank you for feedback. I am happy it worked for you :D