File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ void TLSClientMqtt::begin(ConnectionHandler & connection) {
58
58
* also present in older firmware revisions
59
59
* https://github.com/arduino/uno-r4-wifi-usb-bridge/blob/f09ca94fdcab845b8368d4435fdac9f6999d21d2/certificates/certificates.pem#L852
60
60
*/
61
+ (void )connection;
61
62
#elif defined(ARDUINO_ARCH_ESP32)
62
63
setCACertBundle (x509_crt_bundle);
63
64
#elif defined(ARDUINO_ARCH_ESP8266)
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ void TLSClientOta::begin(ConnectionHandler &connection) {
54
54
/* AWS Root CAs are configured in uno-r4-wifi-usb-bridge/libraries/Arduino_ESP32_OTA
55
55
* https://github.com/arduino-libraries/Arduino_ESP32_OTA/blob/fc755e7d1d3946232107e2590662ee08d6ccdec4/src/tls/amazon_root_ca.h
56
56
*/
57
+ (void )connection;
57
58
#elif defined(ARDUINO_ARCH_ESP32)
58
59
setCACertBundle (x509_crt_bundle);
59
60
#elif defined(ARDUINO_ARCH_ESP8266)
You can’t perform that action at this time.
0 commit comments