mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 02:45:41 +00:00
correct swapped screen positions for BRC vs bearings display
This commit is contained in:
parent
cc5ca1682f
commit
8aaedb81dd
@ -905,7 +905,7 @@ void Screen::setFrames(FrameFocus focus)
|
||||
|
||||
// Show detailed node views only on E-Ink builds
|
||||
#ifdef USE_EINK
|
||||
fsi.positions.nodelist_brc = numframes;
|
||||
fsi.positions.nodelist_bearings = numframes;
|
||||
normalFrames[numframes++] = graphics::NodeListRenderer::drawLastHeardScreen;
|
||||
indicatorIcons.push_back(icon_nodes);
|
||||
|
||||
@ -922,7 +922,7 @@ void Screen::setFrames(FrameFocus focus)
|
||||
indicatorIcons.push_back(icon_list);
|
||||
#endif
|
||||
#if HAS_GPS
|
||||
fsi.positions.nodelist_bearings = numframes;
|
||||
fsi.positions.nodelist_brc = numframes;
|
||||
normalFrames[numframes++] = graphics::NodeListRenderer::drawBRCList;
|
||||
indicatorIcons.push_back(icon_bm);
|
||||
|
||||
@ -1452,4 +1452,4 @@ bool shouldWakeOnReceivedMessage()
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user