mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 01:32:40 +00:00
Resolve many warnings for BaseUI during builds (#8063)
* Resolve many warnings for BaseUI during builds * Don't display "No GPS Lock" twice
This commit is contained in:
@@ -1037,7 +1037,7 @@ void Screen::setFrames(FrameFocus focus)
|
||||
if (!hiddenFrames.chirpy) {
|
||||
fsi.positions.chirpy = numframes;
|
||||
normalFrames[numframes++] = graphics::DebugRenderer::drawChirpy;
|
||||
indicatorIcons.push_back(small_chirpy);
|
||||
indicatorIcons.push_back(chirpy_small);
|
||||
}
|
||||
|
||||
#if HAS_WIFI && !defined(ARCH_PORTDUINO)
|
||||
|
||||
Reference in New Issue
Block a user