From 44723e67754ca97db2e2f0af5eb255f6c843f946 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 11 Feb 2021 12:04:38 +0100 Subject: [PATCH] Update config.json --- scrutiny/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index 3aaaa1c6b..43ef054e4 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -14,6 +14,9 @@ "ports": { "8080/tcp": 8085 }, + "usb": true, + "uart": true, + "devicetree": true, "ports_description": { "8080/tcp": "Web UI port" }, @@ -40,4 +43,4 @@ "PGID": "int", "TZ": "str?" } -} \ No newline at end of file +}