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

allow to set the AP password if we can do hardware reset

This commit is contained in:
andreas
2021-11-06 18:55:05 +01:00
parent 5ec4dbcecf
commit 436dd3632b
5 changed files with 60 additions and 8 deletions

View File

@@ -25,6 +25,15 @@
"description": "stop the access point after that many minutes if not used",
"category":"system"
},
{
"name": "apPassword",
"type": "password",
"default": "esp32nmea2k",
"check": "checkApPass",
"description": "set the password for the Wifi access point",
"category":"system",
"capabilities":{"hardwareReset":["true"]}
},
{
"name": "usbBaud",
"label": "USB baud rate",