Skip to content

Commit b929704

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

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

234234
### Disable the BLEAgent
235235

236-
To save board storage and memory, after the provisioning, the `BLEAgent` can be removed. ~30KB of storage and ~ 2KB of memory are saved for BSS and Data. The network credentials provided in the provisioning phase can no longer be changed via Bluetooth if this is disabled.
236+
To save board storage and memory, after the provisioning, the `BLEAgent` can be removed. ~30 kB of storage and ~2 kB of memory are saved for BSS and Data. The network credentials provided in the provisioning phase can no longer be changed via Bluetooth if this is disabled.
237237

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

0 commit comments

Comments
 (0)