From 470cd9f32c09a788f52a61484d958a8f90430953 Mon Sep 17 00:00:00 2001 From: dominikn Date: Tue, 11 Jun 2024 16:37:21 +0000 Subject: [PATCH] better description --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 279b2a1..7876a01 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -36,7 +36,7 @@ description: | The `webui` parameter is a dictionary containing the following keys for the Web UI: - * `webui.layout`: `sensors` - Specifies the layout for the Web UI. Available `*.sjson` layout files can be found in the `/var/snap/rosbot-xl/common` directory (custom layouts can also be created here). + * `webui.layout`: `sensors` - Specifies the layout for the Web UI. Available `*.json` layout files can be found in the `/var/snap/rosbot-xl/common` directory (custom layouts can also be created here). * `webui.port`: `8080` - Specifies the port for the built-in web server hosting the Web UI. To set parameters, use the snap set command, e.g.,