Skip to content

Commit

Permalink
Update ksConstants.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 authored Jun 24, 2024
1 parent fadf58e commit 6ed4d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ksf/ksConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#ifndef KSF_MQTT_RECONNECT_DELAY_MS
/*! MQTT reconnect delay in milliseconds. How much time in ms need to pass to retry connection. */
#define KSF_MQTT_RECONNECT_DELAY_MS 5000UL
#define KSF_MQTT_RECONNECT_DELAY_MS 10000UL
#endif

#ifndef KSF_MQTT_TIMEOUT_MS
Expand Down

0 comments on commit 6ed4d8f

Please sign in to comment.