remove the need for hardware reset to change passwords, reorder config for wifi
This commit is contained in:
parent
4314bb9d01
commit
d0285c3d2f
|
@ -116,12 +116,7 @@
|
|||
"default": "esp32nmea2k",
|
||||
"check": "checkApPass",
|
||||
"description": "set the password for the Wifi access point",
|
||||
"category": "system",
|
||||
"capabilities": {
|
||||
"hardwareReset": [
|
||||
"true"
|
||||
]
|
||||
}
|
||||
"category": "system"
|
||||
},
|
||||
{
|
||||
"name": "useAdminPass",
|
||||
|
@ -136,12 +131,7 @@
|
|||
"default": "esp32admin",
|
||||
"check": "checkAdminPass",
|
||||
"description": "set the password for config modifications",
|
||||
"category": "system",
|
||||
"capabilities": {
|
||||
"hardwareReset": [
|
||||
"true"
|
||||
]
|
||||
}
|
||||
"category": "system"
|
||||
},
|
||||
{
|
||||
"name": "showInvalidData",
|
||||
|
@ -455,14 +445,6 @@
|
|||
"description": "connect to an external WIFI network",
|
||||
"category": "wifi client"
|
||||
},
|
||||
{
|
||||
"name": "wifiPass",
|
||||
"label": "wifi client password",
|
||||
"type": "password",
|
||||
"default": "",
|
||||
"description": "the password for an external WIFI network",
|
||||
"category": "wifi client"
|
||||
},
|
||||
{
|
||||
"name": "wifiSSID",
|
||||
"label": "wifi client SSID",
|
||||
|
@ -472,6 +454,14 @@
|
|||
"description": "the SSID for an external WIFI network",
|
||||
"category": "wifi client"
|
||||
},
|
||||
{
|
||||
"name": "wifiPass",
|
||||
"label": "wifi client password",
|
||||
"type": "password",
|
||||
"default": "",
|
||||
"description": "the password for an external WIFI network",
|
||||
"category": "wifi client"
|
||||
},
|
||||
{
|
||||
"name": "XDR1",
|
||||
"label": "XDR1",
|
||||
|
|
Loading…
Reference in New Issue