Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Mar 24, 2024
1 parent 8cff8c4 commit 4cab149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esp3d/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

//version and sources location
#define FW_VERSION "2.1.3b0"
#define FW_VERSION "2.1.4"
#define REPOSITORY "https://github.com/luc-github/ESP3D"

//Customize ESP3D ////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -351,7 +351,7 @@ typedef enum {
#define EP_TARGET_FW 461 //1 bytes = flag
#define EP_TIMEZONE 462//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_SERVER3 722 //128 bytes 127+1 = string ; warning does not support multibyte char like chinese
#define EP_IS_DIRECT_SD 850//1 bytes = flag
Expand Down

0 comments on commit 4cab149

Please sign in to comment.