mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
allow to change the Wifi AP Ip address and mask
This commit is contained in:
@@ -119,6 +119,22 @@
|
||||
"category": "system",
|
||||
"capabilities":{"apPwChange":["true"]}
|
||||
},
|
||||
{
|
||||
"name": "apIp",
|
||||
"type": "string",
|
||||
"default":"192.168.15.1",
|
||||
"check": "checkApIp",
|
||||
"description": "The IP address for the access point. Clients will get addresses within the same subnet.",
|
||||
"category":"system"
|
||||
},
|
||||
{
|
||||
"name": "apMask",
|
||||
"type": "string",
|
||||
"default":"255.255.255.0",
|
||||
"check": "checkNetMask",
|
||||
"description": "The net mask for the access point",
|
||||
"category":"system"
|
||||
},
|
||||
{
|
||||
"name": "useAdminPass",
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user