how to change the working mode of ESP8266
Posted: Thu Oct 29, 2015 3:21 am
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!
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!