File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ void TLSClientMqtt::begin(ConnectionHandler & connection) {
4343 setClient (connection.getClient ());
4444 setProfile (aiotc_client_profile_init);
4545 setTrustAnchors (ArduinoIoTCloudTrustAnchor, ArduinoIoTCloudTrustAnchor_NUM);
46- onGetTime (getTime);
46+ ArduinoBearSSL. onGetTime (getTime);
4747#elif defined(ARDUINO_PORTENTA_C33)
4848 setClient (connection.getClient ());
4949 setCACert (AIoTSSCert);
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ void TLSClientOta::begin(ConnectionHandler &connection) {
4242 setClient (*getNewClient (connection.getInterface ()));
4343 setProfile (aiotc_client_profile_init);
4444 setTrustAnchors (ArduinoIoTCloudTrustAnchor, ArduinoIoTCloudTrustAnchor_NUM);
45- onGetTime (getTime);
45+ ArduinoBearSSL. onGetTime (getTime);
4646#elif defined(ARDUINO_PORTENTA_C33)
4747 setClient (*getNewClient (connection.getInterface ()));
4848 setCACert (AIoTSSCert);
You can’t perform that action at this time.
0 commit comments