Search found 1 match
- Sat Sep 29, 2018 6:45 am
- Forum: General Discussion
- Topic: ESP32 OTA Example pem file.
- Replies: 7
- Views: 15964
ESP32 OTA Example pem file.
Hello All, I am new to TLS topic. I am trying to integrate OTA example given in esp-idf ( https://github.com/espressif/esp-idf/tree/master/examples/system/ota ). I found following variable names declared as Extern. extern const uint8_t server_cert_pem_start[] asm("_binary_ca_cert_pem_start"); extern...