1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-12 13:33:06 +01:00

remove the need for hardware reset to change passwords, reorder config for wifi

This commit is contained in:
wellenvogel
2021-12-17 19:42:45 +01:00
parent 4314bb9d01
commit d0285c3d2f

View File

@@ -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",