Fix typo thanks @IvanHolubec for pointing this out

This commit is contained in:
Luc 2021-02-18 16:05:02 +01:00
parent ab024d4c0f
commit 96dd998e4d

View File

@ -86,9 +86,9 @@ const char * IPKeysVal[] = {"STA_IP",
} ; } ;
const uint16_t IPKeysPos[] = {ESP_STA_IP_VALUE, const uint16_t IPKeysPos[] = {ESP_STA_IP_VALUE,
ESP_STA_MASK_VALUE,
ESP_STA_GATEWAY_VALUE, ESP_STA_GATEWAY_VALUE,
ESP_STA_DNS_VALUE ESP_STA_MASK_VALUE,
ESP_STA_DNS_VALUE,
ESP_AP_IP_VALUE ESP_AP_IP_VALUE
} ; } ;