Fix DNS servers not sticking when static IP address is used

This commit is contained in:
Sandeep Mistry
2018-10-22 11:59:37 +02:00
committed by Sandeep Mistry
parent 2aed17fc1e
commit bd477c1d6b
2 changed files with 12 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ private:
wifi_ap_record_t _scanResults[MAX_SCAN_RESULTS];
wifi_ap_record_t _apRecord;
tcpip_adapter_ip_info_t _ipInfo;
uint32_t _dnsServers[2];
netif_input_fn _staNetifInput;
netif_input_fn _apNetifInput;