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:
Jason P
2025-09-20 20:33:47 -05:00
committed by GitHub
parent b49496d99d
commit 040b3b8c7f
4 changed files with 15 additions and 99 deletions

View File

@@ -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)