mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-14 09:05:59 +08:00
Fix IP String Size in EEPROM
Fix IP String Size in EEPROM
This commit is contained in:
parent
700cc71ffb
commit
6321175d06
@ -43,9 +43,9 @@
|
||||
#define EP_SSID 1 //33 bytes 32+1 = string ; warning does not support multibyte char like chinese
|
||||
#define EP_PASSWORD 34 //65 bytes 64 +1 = string ;warning does not support multibyte char like chinese
|
||||
#define EP_IP_MODE 99 //1 byte = flag
|
||||
#define EP_IP_VALUE 100 //17 bytes xxx.xxx.xxx\0 = string
|
||||
#define EP_MASK_VALUE 117 //17 bytes xxx.xxx.xxx\0 = string
|
||||
#define EP_GATEWAY_VALUE 134 //17 bytes xxx.xxx.xxx\0 = string
|
||||
#define EP_IP_VALUE 100 //16 bytes xxx.xxx.xxx\0 = string
|
||||
#define EP_MASK_VALUE 116 //16 bytes xxx.xxx.xxx\0 = string
|
||||
#define EP_GATEWAY_VALUE 132 //16 bytes xxx.xxx.xxx\0 = string
|
||||
#define EP_BAUD_RATE 151 //7 bytes = string (if integer value => save 4 bytes but need to create new integer function for eeprom that will take more than 4 bytes)
|
||||
|
||||
//default values
|
||||
|
Loading…
x
Reference in New Issue
Block a user