Wifi API and thread safety
Posted: Fri Jan 23, 2015 5:25 pm
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?