Skip to content

Commit b0c7cb9

Browse files
committed
update init interval
1 parent 85f4374 commit b0c7cb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/ConnectionHandlerDefinitions.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,12 @@ enum class NetworkAdapter {
191191

192192
static unsigned int const CHECK_INTERVAL_TABLE[] =
193193
{
194-
/* INIT */ 100,
195194
#if defined(BOARD_HAS_NOTECARD) || defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32)
196-
/* CONNECTING */ 4000,
195+
/* INIT */ 4000,
197196
#else
198-
/* CONNECTING */ 500,
197+
/* INIT */ 500,
199198
#endif
199+
/* CONNECTING */ 500,
200200
/* CONNECTED */ 10000,
201201
/* DISCONNECTING */ 100,
202202
/* DISCONNECTED */ 1000,

0 commit comments

Comments
 (0)