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

@@ -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
} ;