Skip to content

Commit adc7075

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 e065d37 commit adc7075

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
@@ -263,7 +263,7 @@ void initProperties(){
263263

264264
### Disable the SerialAgent
265265

266-
To save board storage and memory, after the provisioning, the SerialAgent can be removed. ~1KB of storage is saved for BSS and Data. The network credentials provided in the provisioning phase can no longer be changed via USB if this is disabled.
266+
To save board storage and memory, after the provisioning, the SerialAgent can be removed. ~1 kB of storage is saved for BSS and Data. The network credentials provided in the provisioning phase can no longer be changed via USB if this is disabled.
267267

268268
To disable the `SerialAgent`, just comment out or remove the lines of code that include, declare, and enable it. The final result should be the following:
269269

0 commit comments

Comments
 (0)