-->
Page 1 of 1

how to change the working mode of ESP8266

PostPosted: Thu Oct 29, 2015 3:21 am
by march_seven
Hi
my ESP8266 was using RTOS SDK, and it was running in a http sever.

i want to let it change the working mode (sotfAP ====> STA)
when someone sending some message from http client。



and I suppose this process should be like below :

when trigger by the http client, i using the wifi_set_opmode (STATION_MODE).

is that OK?


BR!