When using ESP8266_IOT_PLATFORM project based on RTOS, my code get stuck in
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?
token problem
Re: token problem
Postby ESP_Faye » Fri Dec 11, 2015 2:27 pm
Hi,
"esp_param.tokenrdy" is the master-device-key you got from ESP-Cloud, with this master-device-key you can use ESP-Cloud service.
Please refer to the step 2 in this topic http://bbs.espressif.com/viewtopic.php?f=9&t=66
"esp_param.tokenrdy" is the master-device-key you got from ESP-Cloud, with this master-device-key you can use ESP-Cloud service.
Please refer to the step 2 in this topic http://bbs.espressif.com/viewtopic.php?f=9&t=66
Who is online
Users browsing this forum: No registered users and 19 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.