Fix DNS missing setting in static mode

This commit is contained in:
Luc
2021-02-04 14:35:49 +01:00
parent 5e4f438745
commit d56a936543
10 changed files with 37 additions and 7 deletions

View File

@@ -11,8 +11,8 @@ Note:
* Set/Get STA IP mode (DHCP/STATIC)
[ESP102]<mode>pwd=<admin password>
* Set/Get STA IP/Mask/GW
[ESP103]IP=<IP> MSK=<IP> GW=<IP> pwd=<admin password>
* Set/Get STA IP/Mask/GW/DNS
[ESP103]IP=<IP> MSK=<IP> GW=<IP> DNS=<IP> pwd=<admin password>
* Set/Get AP SSID
[ESP105]<SSID>pwd=<admin password>

View File

@@ -23,6 +23,9 @@ STA_GW = 192.168.0.1
#STA static mask
STA_MSK = 255.255.255.0
#STA static dns
STA_DNS = 192.168.0.1
#AP SSID string of 32 chars max
AP_SSID = myssid