Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- source-path: ./
- name: Arduino_DebugUtils
- source-url: https://github.com/fabik111/Arduino_ConnectionHandler.git
version: cfe83cb774a9ae6ecbceb5413f31a52e2cab87cc
version: e8539870f2f8b7936f3126070b45055c38856bb1
- source-url: https://github.com/fabik111/ArduinoBLE.git
version: 82e2a28f871e97b313846cee6d9efed8943dca53
- source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git
Expand Down
1 change: 1 addition & 0 deletions src/Arduino_NetworkConfigurator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ bool NetworkConfiguratorClass::begin() {
#else
_state = NetworkConfiguratorStates::READ_STORED_CONFIG;
#endif
_connectionHandler->enableCheckInternetAvailability(true);

memset(&_networkSetting, 0x00, sizeof(models::NetworkSetting));
_ledFeedback->begin();
Expand Down
Loading