From d0285c3d2f9066135d7b6bc9ff64601055dbc542 Mon Sep 17 00:00:00 2001 From: wellenvogel Date: Fri, 17 Dec 2021 19:42:45 +0100 Subject: [PATCH] remove the need for hardware reset to change passwords, reorder config for wifi --- web/config.json | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) 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",