Skip to content

Commit

Permalink
Update ksMqttConnector.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 authored Jun 19, 2024
1 parent 606a19c commit 24ac410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ksf/comp/ksMqttConnector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ namespace ksf::comps

#if ESP32
netClientUq->setTimeout(KSF_MQTT_TIMEOUT_SEC);
netClientUq->setConnectionTimeout(KSF_SEC_TO_MS(KSF_MQTT_TIMEOUT_SEC))
netClientUq->setConnectionTimeout(KSF_SEC_TO_MS(KSF_MQTT_TIMEOUT_SEC));
#elif ESP8266
netClientUq->setTimeout(KSF_SEC_TO_MS(KSF_MQTT_TIMEOUT_SEC));
#else
Expand Down

0 comments on commit 24ac410

Please sign in to comment.