Chat freely about anything...

User avatar
By march_seven
#32524 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!