File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/software/app-lab/tutorials/03.cli Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -180,9 +180,9 @@ arduino-app-cli board set-name "my-board"
180180
181181This will change the name of the board, which will take effect after resetting the board.
182182
183- ## System configuration and updates
183+ ## System Configuration and Updates
184184
185- The ` system ` command allows you to manage system configuration and updates your board.
185+ The ` system ` command allows you to manage system configurations and updates on your board.
186186
187187To check for updates, run:
188188
@@ -197,7 +197,7 @@ To enable or disable the network mode, use:
197197arduino-app-cli system network enable/disable
198198```
199199
200- Network mode will enable ssh and allow to connect to the board over the network.
200+ Network mode will enable SSH and allows clients to connect to the board over a local network.
201201
202202Finally, you can gain back some storage space by cleaning up unused containers and images by running:
203203
You can’t perform that action at this time.
0 commit comments