First steps to config / preferences

This commit is contained in:
2026-01-25 09:54:26 +01:00
parent b5b7bddb74
commit af98a52fd3
5 changed files with 108 additions and 20 deletions

View File

@@ -8,6 +8,19 @@
"description": "System name, used also for the access point SSID.",
"category": "System"
},
{
"name": "systemMode",
"label": "System mode",
"type": "list",
"default": "K",
"list": [
{"l":"Keypad","v":"K"},
{"l":"Autopilot","v":"A"},
{"l":"Logbook","v":"L"}
],
"description": "Global system mode.",
"category": "System"
},
{
"name": "logLevel",
"label": "Log level",
@@ -30,7 +43,7 @@
"type": "password",
"default": "esp32admin",
"check": "checkAdminPass",
"description": "Set the password for config modifications",
"description": "Set the password for configuration modifications and firmware upload",
"category": "System"
},
{
@@ -38,9 +51,17 @@
"label": "Use Admin-Pass",
"type": "boolean",
"default": "true",
"description": "A password for config modifications is required.",
"description": "A password for configuration modifications is required.",
"category": "System"
},
{
"name": "apEnable",
"label": "Enable AP",
"type": "boolean",
"default": "true",
"description": "Enable Accesspoint, switch off if device is configured to save power",
"category": "Wifi"
},
{
"name": "apPassword",
"label": "Wifi password",