From d6ab1c46a3ee76658a8334e5997b2b47bd05cb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dirk=20Bro=C3=9Fwick?= Date: Mon, 11 Sep 2023 19:50:43 +0200 Subject: [PATCH] fix platformio.ini and firmware version --- platformio.ini | 2 +- src/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 21b760b3..8e02224d 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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 diff --git a/src/config.h b/src/config.h index 58393013..23e2e982 100644 --- a/src/config.h +++ b/src/config.h @@ -92,7 +92,7 @@ /** * firmeware version string */ - #define __FIRMWARE__ "20230911101" + #define __FIRMWARE__ "2023091101" /** * Allows to include config.h from C code */