More work on webserver
This commit is contained in:
@@ -44,15 +44,6 @@
|
||||
"description": "Log level at the USB port.\nHigher level means more output.",
|
||||
"category": "System"
|
||||
},
|
||||
{
|
||||
"name": "adminPassword",
|
||||
"label": "Admin Password",
|
||||
"type": "password",
|
||||
"default": "esp32admin",
|
||||
"check": "checkAdminPass",
|
||||
"description": "Set the password for configuration modifications and firmware upload",
|
||||
"category": "System"
|
||||
},
|
||||
{
|
||||
"name": "useAdminPass",
|
||||
"label": "Use Admin-Pass",
|
||||
@@ -61,6 +52,18 @@
|
||||
"description": "A password for configuration modifications is required.",
|
||||
"category": "System"
|
||||
},
|
||||
{
|
||||
"name": "adminPassword",
|
||||
"label": "Admin Password",
|
||||
"type": "password",
|
||||
"default": "esp32admin",
|
||||
"check": "checkAdminPass",
|
||||
"description": "Set the password for configuration modifications and firmware upload",
|
||||
"category": "System",
|
||||
"condition": {
|
||||
"useAdminPass": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "instDesc1",
|
||||
"label": "Description 1",
|
||||
|
||||
Reference in New Issue
Block a user