Skip to content

Commit f397e48

Browse files
authored
Merge pull request #90 from pennam/esp-retry-fix
ESP: Increase connecting interval
2 parents 8afb854 + 1be7967 commit f397e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_ConnectionHandler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ static unsigned int const CHECK_INTERVAL_TABLE[] =
156156
{
157157
/* INIT */ 100,
158158
#if defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32)
159-
/* CONNECTING */ 2000,
159+
/* CONNECTING */ 4000,
160160
#else
161161
/* CONNECTING */ 500,
162162
#endif

0 commit comments

Comments
 (0)