File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919*/
2020
2121// version and sources location
22- #define FW_VERSION " 2.1.3b0 "
22+ #define FW_VERSION " 2.1.4 "
2323#define REPOSITORY " https://github.com/luc-github/ESP3D"
2424
2525// Customize ESP3D ////////////////////////////////////////////////////////////////////////
@@ -351,7 +351,7 @@ typedef enum {
351351#define EP_TARGET_FW 461 // 1 bytes = flag
352352#define EP_TIMEZONE 462 // 1 bytes = flag
353353#define EP_TIME_ISDST 463 // 1 bytes = flag
354- #define EP_TIME_SERVER1 464 // 128 bytes 127+1 = string ; warning does not support multibyte char like chinese
354+ #define EP_TIME_SERVER1 464 // 128 bytes 127+1 = string ; warning does not support multibyte char like chinese
355355#define EP_TIME_SERVER2 593 // 128 bytes 127+1 = string ; warning does not support multibyte char like chinese
356356#define EP_TIME_SERVER3 722 // 128 bytes 127+1 = string ; warning does not support multibyte char like chinese
357357#define EP_IS_DIRECT_SD 850 // 1 bytes = flag
You can’t perform that action at this time.
0 commit comments