File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
*/
20
20
21
21
// version and sources location
22
- #define FW_VERSION " 2.1.3b0 "
22
+ #define FW_VERSION " 2.1.4 "
23
23
#define REPOSITORY " https://github.com/luc-github/ESP3D"
24
24
25
25
// Customize ESP3D ////////////////////////////////////////////////////////////////////////
@@ -351,7 +351,7 @@ typedef enum {
351
351
#define EP_TARGET_FW 461 // 1 bytes = flag
352
352
#define EP_TIMEZONE 462 // 1 bytes = flag
353
353
#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
355
355
#define EP_TIME_SERVER2 593 // 128 bytes 127+1 = string ; warning does not support multibyte char like chinese
356
356
#define EP_TIME_SERVER3 722 // 128 bytes 127+1 = string ; warning does not support multibyte char like chinese
357
357
#define EP_IS_DIRECT_SD 850 // 1 bytes = flag
You can’t perform that action at this time.
0 commit comments