File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 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) {
5858 * also present in older firmware revisions
5959 * https://github.com/arduino/uno-r4-wifi-usb-bridge/blob/f09ca94fdcab845b8368d4435fdac9f6999d21d2/certificates/certificates.pem#L852
6060 */
61+ (void )connection;
6162#elif defined(ARDUINO_ARCH_ESP32)
6263 setCACertBundle (x509_crt_bundle);
6364#elif defined(ARDUINO_ARCH_ESP8266)
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ void TLSClientOta::begin(ConnectionHandler &connection) {
5454 /* AWS Root CAs are configured in uno-r4-wifi-usb-bridge/libraries/Arduino_ESP32_OTA
5555 * https://github.com/arduino-libraries/Arduino_ESP32_OTA/blob/fc755e7d1d3946232107e2590662ee08d6ccdec4/src/tls/amazon_root_ca.h
5656 */
57+ (void )connection;
5758#elif defined(ARDUINO_ARCH_ESP32)
5859 setCACertBundle (x509_crt_bundle);
5960#elif defined(ARDUINO_ARCH_ESP8266)
You can’t perform that action at this time.
0 commit comments