updated firmware version and date now that we've got phone calls as well

This commit is contained in:
pelgraine
2026-02-24 14:02:53 +11:00
parent 28337c41c9
commit a9b37ab697
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
#endif
#ifndef FIRMWARE_VERSION
#define FIRMWARE_VERSION "Meck v0.9.3"
#define FIRMWARE_VERSION "Meck v0.9.4"
#endif
#if defined(NRF52_PLATFORM) || defined(STM32_PLATFORM)

View File

@@ -155,7 +155,7 @@ build_flags =
-D OFFLINE_QUEUE_SIZE=256
-D HAS_4G_MODEM=1
-D MECK_WEB_READER=1
-D FIRMWARE_VERSION='"Meck v0.9.3-4G"'
-D FIRMWARE_VERSION='"Meck v0.9.4-4G"'
build_src_filter = ${LilyGo_TDeck_Pro.build_src_filter}
+<helpers/esp32/*.cpp>
+<helpers/ui/MomentaryButton.cpp>