Skip to content

Commit

Permalink
bump fw version number and build date
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Jan 17, 2019
1 parent a1f02b5 commit 983d4fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/2.2.0/app/include/user_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
#define NODE_VERSION_STR(x) #x
#define NODE_VERSION_XSTR(x) NODE_VERSION_STR(x)

#define NODE_VERSION "Konnected firmware 2.2.4\r\nNodeMCU " ESP_SDK_VERSION_STRING "." NODE_VERSION_XSTR(NODE_VERSION_INTERNAL)
#define NODE_VERSION "Konnected firmware 2.2.5\r\nNodeMCU " ESP_SDK_VERSION_STRING "." NODE_VERSION_XSTR(NODE_VERSION_INTERNAL)

#ifndef BUILD_DATE
#define BUILD_DATE "20180917"
#define BUILD_DATE "20190117"
#endif

extern char SDK_VERSION[];
Expand Down
Binary file modified firmware/konnected-firmware-2-2-5.bin
Binary file not shown.

0 comments on commit 983d4fa

Please sign in to comment.