mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 22:52:07 +00:00
changed order
This commit is contained in:
parent
aff0834f8e
commit
7181e1a296
@ -3052,7 +3052,6 @@ void Screen::setFrames(FrameFocus focus)
|
|||||||
normalFrames[numframes++] = drawTextMessageFrame;
|
normalFrames[numframes++] = drawTextMessageFrame;
|
||||||
}
|
}
|
||||||
|
|
||||||
normalFrames[numframes++] = drawMemoryScreen;
|
|
||||||
normalFrames[numframes++] = drawDefaultScreen;
|
normalFrames[numframes++] = drawDefaultScreen;
|
||||||
normalFrames[numframes++] = drawLastHeardScreen;
|
normalFrames[numframes++] = drawLastHeardScreen;
|
||||||
normalFrames[numframes++] = drawDistanceScreen;
|
normalFrames[numframes++] = drawDistanceScreen;
|
||||||
@ -3060,6 +3059,7 @@ void Screen::setFrames(FrameFocus focus)
|
|||||||
normalFrames[numframes++] = drawHopSignalScreen;
|
normalFrames[numframes++] = drawHopSignalScreen;
|
||||||
normalFrames[numframes++] = drawBatteryDeviceLoRa;
|
normalFrames[numframes++] = drawBatteryDeviceLoRa;
|
||||||
normalFrames[numframes++] = drawCompassAndLocationScreen;
|
normalFrames[numframes++] = drawCompassAndLocationScreen;
|
||||||
|
normalFrames[numframes++] = drawMemoryScreen;
|
||||||
normalFrames[numframes++] = drawActivity;
|
normalFrames[numframes++] = drawActivity;
|
||||||
|
|
||||||
// then all the nodes
|
// then all the nodes
|
||||||
|
Loading…
Reference in New Issue
Block a user