mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-15 04:16:53 +01:00
Fix DNS missing setting in static mode
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user