We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208ae9b commit 016b3b8Copy full SHA for 016b3b8
src/Arduino_ConnectionHandler.h
@@ -155,7 +155,7 @@ typedef void (*OnNetworkEventCallback)();
155
static unsigned int const CHECK_INTERVAL_TABLE[] =
156
{
157
/* INIT */ 100,
158
-#if defined(ARDUINO_ARCH_ESP32)
+#if defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32)
159
/* CONNECTING */ 2000,
160
#else
161
/* CONNECTING */ 500,
0 commit comments