Page 1 of 1

Wifi API and thread safety

Posted: Fri Jan 23, 2015 5:25 pm
by painkiller47
I want to ask if the API from "esp_sta.h" and "esp_wifi.h" can be safely used from thread other than the one calling user_init() (FreeRTOS SDK)? If not, is there any way to get a callback from the safe (main) thread loop?

Re: Wifi API and thread safety

Posted: Tue Jan 27, 2015 3:58 pm
by jackon
You can call those APIs in other thread.