You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tuanpmt/esp_mqtt#88
espconn_secure_ca_enable(0x01, 0x7c);
esp_ca_cert.bin into 0x7c000
http://bbs.espressif.com/viewtopic.php?f=7&t=1639&p=5472#p5472
uint8 flash_sector : Flash sector in which CA certificate
(esp_ca_cert.bin) is written into. For example, parameters 0x3B
should be written into Flash 0x3B000 in the flash. Please be noted
that sectors used for storing codes and system parameters must not
be covered.
use ssl for mqtt communication
The text was updated successfully, but these errors were encountered: