We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b44d2 commit 7df59d7Copy full SHA for 7df59d7
1 file changed
src/Arduino_NetworkConfigurator.cpp
@@ -411,25 +411,25 @@ void NetworkConfiguratorClass::setConnectionTimeoutTimer() {
411
412
#if defined(BOARD_HAS_NB)
413
case NetworkAdapter::NB:
414
- timeout = 25000; // 25 seconds
+ timeout = 30000; // 30 seconds
415
break;
416
#endif
417
418
#if defined(BOARD_HAS_GSM)
419
case NetworkAdapter::GSM:
420
421
422
423
424
#if defined(BOARD_HAS_CATM1_NBIOT)
425
case NetworkAdapter::CATM1:
426
427
428
429
430
#if defined(BOARD_HAS_CELLULAR)
431
case NetworkAdapter::CELL:
432
433
434
435
0 commit comments