Oregon fixes (#2822)

This commit is contained in:
Totoo
2025-10-16 13:00:40 +02:00
committed by GitHub
parent 2f4d222403
commit e3b2a65b39
6 changed files with 44 additions and 10 deletions
@@ -114,6 +114,7 @@ class WeatherView : public View {
private:
void on_tick_second();
uint16_t bcd_decode_short(uint32_t data);
void on_data(const WeatherDataMessage* data);
WeatherRecentEntry process_data(const WeatherDataMessage* data);
NavigationView& nav_;