void user_esp_platform_maintainer(void *pvParameters)
/*if token not ready, wait here*/
while(TRUE != esp_param.tokenrdy) {
ESP_DBG("token invalid...\n");
vTaskDelay(1000 / portTICK_RATE_MS);
}
Then I want know where I can get this token ready and how?Statistics: Posted by wjn — Wed Dec 09, 2015 6:17 pm
]]>