diff --git a/web/config.json b/web/config.json index 24ac547..3c3cb17 100644 --- a/web/config.json +++ b/web/config.json @@ -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",