Skip to content

Commit 4cab149

Browse files
committed
Bump version for release
1 parent 8cff8c4 commit 4cab149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp3d/config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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

0 commit comments

Comments
 (0)