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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user