Save configuration to preferences in NVS

This commit is contained in:
2026-02-02 18:43:39 +01:00
parent 59cbc64b08
commit 26dced7cee
9 changed files with 274 additions and 148 deletions

View File

@@ -115,6 +115,14 @@
"description": "Stop the access point after that many minutes if not used.\n1 to 60 minutes.\n\n'0' means that the access point is permanently enabled.",
"category": "Wifi"
},
{
"name": "apHidden",
"label": "Hide SSID",
"type": "boolean",
"default": "false",
"description": "Hide Wifi SSID",
"category": "Wifi"
},
{
"name": "cpuSpeed",
"label": "CPU Speed [MHz]",
@@ -139,7 +147,7 @@
"category": "Hardware"
},
{
"name": "ledRgbBrightness",
"name": "rgbBrightness",
"label": "RGB-LED brightness",
"type": "number",
"default": 64,