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
]]>