Skip to content

Commit 0cf5b1e

Browse files
Update content/arduino-cloud/03.cloud-interface/00.sketches/sketches.md
Co-authored-by: Josefine Herlin <66409231+jhansson-ard@users.noreply.github.com>
1 parent 740b7b4 commit 0cf5b1e

File tree

1 file changed

+1
-1
lines changed
  • content/arduino-cloud/03.cloud-interface/00.sketches

1 file changed

+1
-1
lines changed

content/arduino-cloud/03.cloud-interface/00.sketches/sketches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ To save board storage and memory, after the provisioning, the NetworkConfigurato
297297

298298
In this setup, the only way to handle network settings is to return to using the secrets declared in `secrets.h` file. This can be done manually by adding the `secrets.h` file with the defines needed.
299299

300-
In order to change the network settings, you must flash your sketch with the updated network settings in the `secrets.h` file. The network settings can no longer be updated using the Arduino Cloud Webpage or the mobile app. The final result should be the following (`thingProperties.h` file):
300+
In order to change the network settings, you must flash your sketch with the updated network settings in the `secrets.h` file. The network settings can no longer be updated using the Arduino Cloud webpage or the mobile app. The final result should be the following (`thingProperties.h` file):
301301

302302
```arduino
303303
#include <ArduinoIoTCloud.h>

0 commit comments

Comments
 (0)