mirror of
https://github.com/pelgraine/Meck.git
synced 2026-03-28 17:42:44 +01: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
|
||||
|
||||
#ifndef FIRMWARE_BUILD_DATE
|
||||
#define FIRMWARE_BUILD_DATE "12 March 2026"
|
||||
#define FIRMWARE_BUILD_DATE "13 March 2026"
|
||||
#endif
|
||||
|
||||
#ifndef FIRMWARE_VERSION
|
||||
|
||||
@@ -341,7 +341,11 @@ public:
|
||||
_task->setHomeShowingTiles(true);
|
||||
#endif
|
||||
#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
|
||||
int y = 20;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user