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