mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-04-19 12:19:56 +08:00
Bump version for release
This commit is contained in:
parent
8cff8c44fb
commit
4cab1494e8
@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
//version and sources location
|
//version and sources location
|
||||||
#define FW_VERSION "2.1.3b0"
|
#define FW_VERSION "2.1.4"
|
||||||
#define REPOSITORY "https://github.com/luc-github/ESP3D"
|
#define REPOSITORY "https://github.com/luc-github/ESP3D"
|
||||||
|
|
||||||
//Customize ESP3D ////////////////////////////////////////////////////////////////////////
|
//Customize ESP3D ////////////////////////////////////////////////////////////////////////
|
||||||
@ -351,7 +351,7 @@ typedef enum {
|
|||||||
#define EP_TARGET_FW 461 //1 bytes = flag
|
#define EP_TARGET_FW 461 //1 bytes = flag
|
||||||
#define EP_TIMEZONE 462//1 bytes = flag
|
#define EP_TIMEZONE 462//1 bytes = flag
|
||||||
#define EP_TIME_ISDST 463//1 bytes = flag
|
#define EP_TIME_ISDST 463//1 bytes = flag
|
||||||
#define EP_TIME_SERVER1 464//128 bytes 127+1 = string ; warning does not support multibyte char like chinese
|
#define EP_TIME_SERVER1 464//128 bytes 127+1 = string ; warning does not support multibyte char like chinese
|
||||||
#define EP_TIME_SERVER2 593 //128 bytes 127+1 = string ; warning does not support multibyte char like chinese
|
#define EP_TIME_SERVER2 593 //128 bytes 127+1 = string ; warning does not support multibyte char like chinese
|
||||||
#define EP_TIME_SERVER3 722 //128 bytes 127+1 = string ; warning does not support multibyte char like chinese
|
#define EP_TIME_SERVER3 722 //128 bytes 127+1 = string ; warning does not support multibyte char like chinese
|
||||||
#define EP_IS_DIRECT_SD 850//1 bytes = flag
|
#define EP_IS_DIRECT_SD 850//1 bytes = flag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user