We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f4374 commit b0c7cb9Copy full SHA for b0c7cb9
src/ConnectionHandlerDefinitions.h
@@ -191,12 +191,12 @@ enum class NetworkAdapter {
191
192
static unsigned int const CHECK_INTERVAL_TABLE[] =
193
{
194
- /* INIT */ 100,
195
#if defined(BOARD_HAS_NOTECARD) || defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32)
196
- /* CONNECTING */ 4000,
+ /* INIT */ 4000,
197
#else
198
- /* CONNECTING */ 500,
+ /* INIT */ 500,
199
#endif
+ /* CONNECTING */ 500,
200
/* CONNECTED */ 10000,
201
/* DISCONNECTING */ 100,
202
/* DISCONNECTED */ 1000,
0 commit comments