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 @@ -40,7 +40,7 @@ void TLSClientMqtt::begin(ConnectionHandler & connection) {
4040 setClient (connection.getClient ());
4141 setProfile (aiotc_client_profile_init);
4242 setTrustAnchors (ArduinoIoTCloudTrustAnchor, ArduinoIoTCloudTrustAnchor_NUM);
43- onGetTime (getTime);
43+ ArduinoBearSSL. onGetTime (getTime);
4444#elif defined(ARDUINO_PORTENTA_C33)
4545 setClient (connection.getClient ());
4646 setCACert (AIoTSSCert);
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ void TLSClientOta::begin(ConnectionHandler &connection) {
3939 setClient (*getNewClient (connection.getInterface ()));
4040 setProfile (aiotc_client_profile_init);
4141 setTrustAnchors (ArduinoIoTCloudTrustAnchor, ArduinoIoTCloudTrustAnchor_NUM);
42- onGetTime (getTime);
42+ ArduinoBearSSL. onGetTime (getTime);
4343#elif defined(ARDUINO_PORTENTA_C33)
4444 setClient (*getNewClient (connection.getInterface ()));
4545 setCACert (AIoTSSCert);
You can’t perform that action at this time.
0 commit comments