ESP8266 Developer Zone The Official ESP8266 Forum 2015-12-11T14:27:06+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=1503 2015-12-11T14:27:06+08:00 2015-12-11T14:27:06+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1503&p=5008#p5008 <![CDATA[Re: token problem]]>
"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

Statistics: Posted by ESP_Faye — Fri Dec 11, 2015 2:27 pm


]]>
2015-12-09T18:17:40+08:00 2015-12-09T18:17:40+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1503&p=4970#p4970 <![CDATA[token problem]]>
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


]]>