Skip to content

Commit bf106bb

Browse files
committed
move set board name content within System config and updates section
1 parent 5f230b5 commit bf106bb

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

content/software/app-lab/tutorials/03.cli/apps-lab-cli.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,6 @@ This will list all available Apps (including examples), and their status:
147147

148148
![List Apps.](assets/list-apps.png)
149149

150-
## Set Board Name
151-
152-
To set a board name using the `arduino-app-cli`, we can use the `set-name` command.
153-
154-
```sh
155-
arduino-app-cli system set-name "my-board"
156-
```
157-
158-
This will change the name of the board, which will take effect after resetting the board.
159150

160151
## System Configuration and Updates
161152

@@ -168,6 +159,13 @@ arduino-app-cli system update
168159
```
169160
This will prompt you to install any available updates.
170161

162+
To set the board name, use:
163+
164+
```sh
165+
arduino-app-cli system set-name "my-board"
166+
```
167+
This will change the name of the board, which will take effect after resetting the board.
168+
171169
To enable or disable the network mode, use:
172170

173171
```sh

0 commit comments

Comments
 (0)