From 4cf9bd9d3d7073a463bb4f3e2dbd82e5d22d0e99 Mon Sep 17 00:00:00 2001 From: lucarin91 Date: Fri, 7 Nov 2025 12:31:56 +0100 Subject: [PATCH] fix(unoq): update set-name command --- content/software/app-lab/tutorials/03.cli/apps-lab-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/software/app-lab/tutorials/03.cli/apps-lab-cli.md b/content/software/app-lab/tutorials/03.cli/apps-lab-cli.md index 8ce9ded84c..a70a4a54a9 100644 --- a/content/software/app-lab/tutorials/03.cli/apps-lab-cli.md +++ b/content/software/app-lab/tutorials/03.cli/apps-lab-cli.md @@ -188,7 +188,7 @@ This will list all available Apps (including examples), and their status: To set a board name using the `arduino-app-cli`, we can use the `set-name` command. ```sh -arduino-app-cli board set-name "my-board" +arduino-app-cli system set-name "my-board" ``` This will change the name of the board, which will take effect after resetting the board.