From fdc7617716a7197a7d1047543bdd128f1b1909db Mon Sep 17 00:00:00 2001 From: Roby Date: Sat, 18 Apr 2026 20:59:11 +0200 Subject: [PATCH 1/2] Update config.json.example --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 0d8cc3f..83a315f 100644 --- a/config.json.example +++ b/config.json.example @@ -1,5 +1,5 @@ { - "_comment": "Default admin username and password" + "_comment": {"Default admin username and password" }, "web_admin": { "user": "admin", From cfd2da13c24c7b1a179e23c8c74a60c48695cf7f Mon Sep 17 00:00:00 2001 From: Roby Date: Sat, 18 Apr 2026 21:00:10 +0200 Subject: [PATCH 2/2] Update clients.json.example --- clients.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients.json.example b/clients.json.example index 9a04a3f..c596588 100644 --- a/clients.json.example +++ b/clients.json.example @@ -2,5 +2,5 @@ {"_comment": "Enter each repeater/node you want to control. The ID must match the MQTT topic"}, { "id": "repeater1", "name": "NAME 1" }, { "id": "repeater2", "name": "NAME 2" }, - { "id": "repeater3", "name": "NAME 3" }, + { "id": "repeater3", "name": "NAME 3" } ]