Update Screen.cpp

This commit is contained in:
HarukiToreda 2025-04-05 21:40:40 -04:00
parent b7218f4a53
commit 9cdeedfcbd

View File

@ -3351,12 +3351,12 @@ void Screen::setFrames(FrameFocus focus)
} }
normalFrames[numframes++] = drawDeviceFocused; normalFrames[numframes++] = drawDeviceFocused;
normalFrames[numframes++] = drawLoRaFocused;
normalFrames[numframes++] = drawLastHeardScreen; normalFrames[numframes++] = drawLastHeardScreen;
normalFrames[numframes++] = drawHopSignalScreen; normalFrames[numframes++] = drawHopSignalScreen;
normalFrames[numframes++] = drawDistanceScreen; normalFrames[numframes++] = drawDistanceScreen;
normalFrames[numframes++] = drawNodeListWithCompasses; normalFrames[numframes++] = drawNodeListWithCompasses;
normalFrames[numframes++] = drawCompassAndLocationScreen; normalFrames[numframes++] = drawCompassAndLocationScreen;
normalFrames[numframes++] = drawLoRaFocused;
normalFrames[numframes++] = drawMemoryScreen; normalFrames[numframes++] = drawMemoryScreen;
// then all the nodes // then all the nodes