Skip to content

Commit

Permalink
fix platformio.ini and firmware version
Browse files Browse the repository at this point in the history
  • Loading branch information
sharandac committed Sep 11, 2023
1 parent dd3af3d commit d6ab1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ build_flags =
build_src_filter =
+<*>
lib_deps =
m5stack/M5EPD
m5stack/M5EPD@0.1.4
https://github.com/lvgl/lvgl.git#v7.11.0
ESP Async WebServer@>=1.2.0
AsyncTCP@>=1.1.1
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
/**
* firmeware version string
*/
#define __FIRMWARE__ "20230911101"
#define __FIRMWARE__ "2023091101"
/**
* Allows to include config.h from C code
*/
Expand Down

0 comments on commit d6ab1c4

Please sign in to comment.