mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-20 12:39:06 +08:00
Fix typo thanks @IvanHolubec for pointing this out
This commit is contained in:
parent
ab024d4c0f
commit
96dd998e4d
@ -86,9 +86,9 @@ const char * IPKeysVal[] = {"STA_IP",
|
||||
} ;
|
||||
|
||||
const uint16_t IPKeysPos[] = {ESP_STA_IP_VALUE,
|
||||
ESP_STA_MASK_VALUE,
|
||||
ESP_STA_GATEWAY_VALUE,
|
||||
ESP_STA_DNS_VALUE
|
||||
ESP_STA_MASK_VALUE,
|
||||
ESP_STA_DNS_VALUE,
|
||||
ESP_AP_IP_VALUE
|
||||
} ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user