mirror of
https://github.com/pelgraine/Meck.git
synced 2026-07-21 08:52:28 +02:00
update firmware build date; t5s3 home ui fix for standalone build
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
#define FIRMWARE_VER_CODE 10
|
#define FIRMWARE_VER_CODE 10
|
||||||
|
|
||||||
#ifndef FIRMWARE_BUILD_DATE
|
#ifndef FIRMWARE_BUILD_DATE
|
||||||
#define FIRMWARE_BUILD_DATE "12 March 2026"
|
#define FIRMWARE_BUILD_DATE "13 March 2026"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef FIRMWARE_VERSION
|
#ifndef FIRMWARE_VERSION
|
||||||
|
|||||||
@@ -341,7 +341,11 @@ public:
|
|||||||
_task->setHomeShowingTiles(true);
|
_task->setHomeShowingTiles(true);
|
||||||
#endif
|
#endif
|
||||||
#if defined(LilyGo_T5S3_EPaper_Pro)
|
#if defined(LilyGo_T5S3_EPaper_Pro)
|
||||||
int y = 18; // Tighter spacing
|
#if defined(BLE_PIN_CODE) || defined(WIFI_SSID) || defined(MECK_WIFI_COMPANION)
|
||||||
|
int y = 18; // Tighter spacing — connectivity info fills gap below dots
|
||||||
|
#else
|
||||||
|
int y = 26; // Standalone: extra line below dots (no IP/Connected row)
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
int y = 20;
|
int y = 20;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user