mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-11 02:16:47 +01:00
Fix DNS missing setting in static mode
This commit is contained in:
@@ -81,12 +81,14 @@ const uint16_t ServstringKeysPos[] = {
|
||||
const char * IPKeysVal[] = {"STA_IP",
|
||||
"STA_GW",
|
||||
"STA_MSK",
|
||||
"STA_DNS",
|
||||
"AP_IP"
|
||||
} ;
|
||||
|
||||
const uint16_t IPKeysPos[] = {ESP_STA_IP_VALUE,
|
||||
ESP_STA_MASK_VALUE,
|
||||
ESP_STA_GATEWAY_VALUE,
|
||||
ESP_STA_DNS_VALUE
|
||||
ESP_AP_IP_VALUE
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user