From 4badb1c420a7844ca5786b8a21232dffaab6e57c Mon Sep 17 00:00:00 2001 From: Jason P Date: Sat, 19 Jul 2025 10:30:59 -0500 Subject: [PATCH] Fix misspelling in EInk --- src/graphics/Screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index e759015be..4b21fe4c1 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -1136,7 +1136,7 @@ void Screen::hideCurrentFrame() } else if (currentFrame == framesetInfo.positions.nodelist_hopsignal) { LOG_INFO("Hide NodeList (Hop / Signal - EInk)"); hiddenFrames.nodelist_hopsignal = true; - } else if (currentFrame == framesetInfo.positions.nodelinodelist_distancest) { + } else if (currentFrame == framesetInfo.positions.nodelist_distance) { LOG_INFO("Hide NodeList (Distance - EInk)"); hiddenFrames.nodelist_distance = true; #endif