From 7181e1a296845c2d38e7033d8405a38ae54c556e Mon Sep 17 00:00:00 2001 From: HarukiToreda <116696711+HarukiToreda@users.noreply.github.com> Date: Sun, 30 Mar 2025 16:54:57 -0400 Subject: [PATCH] changed order --- 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 9fbf45234..60c5f67d0 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -3052,7 +3052,6 @@ void Screen::setFrames(FrameFocus focus) normalFrames[numframes++] = drawTextMessageFrame; } - normalFrames[numframes++] = drawMemoryScreen; normalFrames[numframes++] = drawDefaultScreen; normalFrames[numframes++] = drawLastHeardScreen; normalFrames[numframes++] = drawDistanceScreen; @@ -3060,6 +3059,7 @@ void Screen::setFrames(FrameFocus focus) normalFrames[numframes++] = drawHopSignalScreen; normalFrames[numframes++] = drawBatteryDeviceLoRa; normalFrames[numframes++] = drawCompassAndLocationScreen; + normalFrames[numframes++] = drawMemoryScreen; normalFrames[numframes++] = drawActivity; // then all the nodes