Skip to content

Commit 1917ecb

Browse files
committed
fix ci dep
1 parent 441cf65 commit 1917ecb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- source-url: https://github.com/fabik111/ArduinoBLE.git
3535
version: 82e2a28f871e97b313846cee6d9efed8943dca53
3636
- source-url: https://github.com/andreagilardoni/ArduinoIoTCloud.git
37-
version: a4e171a058175f9615017bbf1e103663858a9610
37+
version: e9edccde2c6b12124fe4fffd70febc319f9b34df
3838
- name: Arduino_SecureElement
3939
- source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git
4040
- source-url: https://github.com/andreagilardoni/ArduinoStorage.git

examples/auto-retry/auto-retry.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ void setup() {
7070
Serial.println("Resetting cred");
7171
NetworkConfigurator.resetStoredConfiguration();
7272
}
73-
NetworkConfigurator.startBLEIfConnectionFails(true);
7473
NetworkConfigurator.updateNetworkOptions();
7574
NetworkConfigurator.begin();
7675
ProvisioningSystem.begin();
@@ -138,4 +137,4 @@ void loop() {
138137
*/
139138
void onCounterChange() {
140139
// Add your code here to act upon Counter change
141-
}
140+
}

0 commit comments

Comments
 (0)