We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472864e commit 3a94737Copy full SHA for 3a94737
src/Arduino_ESP32_OTA.cpp
@@ -21,7 +21,6 @@
21
22
#include <Update.h>
23
#include "Arduino_ESP32_OTA.h"
24
-#include "tls/amazon_root_ca.h"
25
#include "decompress/lzss.h"
26
#include "decompress/utility.h"
27
#include "esp_ota_ops.h"
@@ -55,7 +54,7 @@ Arduino_ESP32_OTA::Arduino_ESP32_OTA()
55
54
,_ota_header{0}
56
,_ota_size(0)
57
,_crc32(0)
58
-,_ca_cert{amazon_root_ca}
+,_ca_cert{nullptr}
59
,_ca_cert_bundle{nullptr}
60
{
61
src/tls/amazon_root_ca.h
0 commit comments