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 +}