ESP8266 Developer Zone The Official ESP8266 Forum 2016-05-12T15:40:34+08:00 https://bbs.espressif.com:443/feed.php?f=66&t=2162 2016-05-12T15:40:34+08:00 2016-05-12T15:40:34+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2162&p=6856#p6856 <![CDATA[Re: Secure certifcate request function bug]]> Statistics: Posted by SL!M — Thu May 12, 2016 3:40 pm


]]>
2016-05-12T15:25:45+08:00 2016-05-12T15:25:45+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2162&p=6855#p6855 <![CDATA[Re: Secure certifcate request function bug]]>
We are going to revise this in next ESP8266_NONOS_SDK which will be released soon.

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Thu May 12, 2016 3:25 pm


]]>
2016-05-12T15:23:28+08:00 2016-05-12T15:23:28+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2162&p=6854#p6854 <![CDATA[Secure certifcate request function bug]]>
In function:
bool espconn_secure_cert_req_enable (uint8 level, uint8 flash_sector)

flash_sector parameter should be uint16 instead of uint8, there are more than 255 flash sectors.

I believe its the same case in function (in the documentation its uint16 but i get an error every time i try to compile):
bool espconn_secure_ca_enable (uint8 level, uint16 flash_sector)

Regards.

Statistics: Posted by SL!M — Thu May 12, 2016 3:23 pm


]]>