Skip to content

Commit 3353480

Browse files
committed
enable check of internet availability of connectionhandler (#1)
1 parent ac12c30 commit 3353480

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- source-path: ./
3131
- name: Arduino_DebugUtils
3232
- source-url: https://github.com/fabik111/Arduino_ConnectionHandler.git
33-
version: cfe83cb774a9ae6ecbceb5413f31a52e2cab87cc
33+
version: e8539870f2f8b7936f3126070b45055c38856bb1
3434
- source-url: https://github.com/fabik111/ArduinoBLE.git
3535
version: 82e2a28f871e97b313846cee6d9efed8943dca53
3636
- source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git

src/Arduino_NetworkConfigurator.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ bool NetworkConfiguratorClass::begin() {
6161
#else
6262
_state = NetworkConfiguratorStates::READ_STORED_CONFIG;
6363
#endif
64+
_connectionHandler->enableCheckInternetAvailability(true);
6465

6566
memset(&_networkSetting, 0x00, sizeof(models::NetworkSetting));
6667
_ledFeedback->begin();

0 commit comments

Comments
 (0)