-->
Page 1 of 1

Arduino codes doesn't overwrite AT commads

PostPosted: Thu Apr 05, 2018 4:33 am
by idir93
Hello fellas,
I had previously created an AP using AT commands. Now, that I am using Arduino to program my ESP8266 and that I wanna using as a station. I am still seeing the AP I created even after loading the Arduino code to it. Now what I have is AP+station.
How could I remove the AP?
Regards,

Re: Arduino codes doesn't overwrite AT commads

PostPosted: Fri Apr 06, 2018 12:45 am
by schufti
just use
WiFi.mode(WIFI_STA);
before
WiFi.begin();