mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-21 01:04:01 +00:00
Fix
This commit is contained in:
parent
3a63a56cff
commit
6677255f6c
@ -117,9 +117,6 @@ void UIRenderer::drawGpsAltitude(OLEDDisplay *display, int16_t x, int16_t y, con
|
||||
|
||||
// Draw GPS status coordinates
|
||||
void UIRenderer::drawGpsCoordinates(OLEDDisplay *display, int16_t x, int16_t y, const meshtastic::GPSStatus *gps,
|
||||
const char *mode) void UIRenderer::drawGpsCoordinates(OLEDDisplay *display, int16_t x,
|
||||
int16_t y,
|
||||
const meshtastic::GPSStatus *gps,
|
||||
const char *mode)
|
||||
{
|
||||
auto gpsFormat = uiconfig.gps_format;
|
||||
@ -1377,4 +1374,5 @@ std::string UIRenderer::drawTimeDelta(uint32_t days, uint32_t hours, uint32_t mi
|
||||
|
||||
} // namespace graphics
|
||||
|
||||
#endif // HAS_GPS
|
||||
#endif // HAS_SCREEN
|
Loading…
Reference in New Issue
Block a user