mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-27 07:18:11 +00:00
chore: remove unused FS_START_Y constant from FullscreenMsgView
startY is computed dynamically from header_h, making the constant redundant. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#include <Arduino.h>
|
||||
|
||||
static const int FS_CHARS_MAX = 80; // max bytes per wrapped line
|
||||
static const int FS_START_Y = 12;
|
||||
|
||||
struct FullscreenMsgView {
|
||||
int scroll;
|
||||
|
||||
Reference in New Issue
Block a user