Prepare web server with embedded files

This commit is contained in:
2025-11-29 20:09:34 +01:00
parent 99a82917a7
commit 830d1b53c1
12 changed files with 466 additions and 56 deletions

20
web/config.json Normal file
View File

@@ -0,0 +1,20 @@
[
{
"name": "systemName",
"label": "system name",
"type": "string",
"default": "OBPkeypad61",
"check": "checkSystemName",
"description": "system name, used for the access point and for services",
"category": "system"
},
{
"name": "apPassword",
"type": "password",
"default": "keypad61",
"check": "checkApPass",
"description": "set the password for the Wifi access point",
"category": "system",
"capabilities":{"apPwChange":["true"]}
}
]