Skip to content

Commit 10d35e4

Browse files
authored
Increase timeout for last-value synchronisation to 30 seconds. (#248)
1 parent 3ad1a3b commit 10d35e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AIoTC_Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@
140140

141141
#define AIOT_CONFIG_RECONNECTION_RETRY_DELAY_ms (1000UL)
142142
#define AIOT_CONFIG_MAX_RECONNECTION_RETRY_DELAY_ms (32000UL)
143-
#define AIOT_CONFIG_TIMEOUT_FOR_LASTVALUES_SYNC_ms (10000UL)
143+
#define AIOT_CONFIG_TIMEOUT_FOR_LASTVALUES_SYNC_ms (30000UL)
144144

145145
#endif /* ARDUINO_AIOTC_CONFIG_H_ */

0 commit comments

Comments
 (0)