File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 34
34
- source-url: https://github.com/fabik111/ArduinoBLE.git
35
35
version: 82e2a28f871e97b313846cee6d9efed8943dca53
36
36
- source-url: https://github.com/andreagilardoni/ArduinoIoTCloud.git
37
- version: a4e171a058175f9615017bbf1e103663858a9610
37
+ version: e9edccde2c6b12124fe4fffd70febc319f9b34df
38
38
- name: Arduino_SecureElement
39
39
- source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git
40
40
- source-url: https://github.com/andreagilardoni/ArduinoStorage.git
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ void setup() {
70
70
Serial.println (" Resetting cred" );
71
71
NetworkConfigurator.resetStoredConfiguration ();
72
72
}
73
- NetworkConfigurator.startBLEIfConnectionFails (true );
74
73
NetworkConfigurator.updateNetworkOptions ();
75
74
NetworkConfigurator.begin ();
76
75
ProvisioningSystem.begin ();
@@ -138,4 +137,4 @@ void loop() {
138
137
*/
139
138
void onCounterChange () {
140
139
// Add your code here to act upon Counter change
141
- }
140
+ }
You can’t perform that action at this time.
0 commit comments