mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-03 18:56:15 +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:
co-authored by
Claude Sonnet 4.6
parent
ca5eb221e7
commit
319428c7c6
@@ -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