diff options
| author | Jean-François Milants <jf@codingfield.com> | 2023-12-09 21:05:50 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2023-12-23 21:12:25 +0100 |
| commit | 50c679023f48869a62bb31334fdd747f4e310eff (patch) | |
| tree | 9a0e782e1a3baa11e3f3ebffff897fddd93f4dd5 /src/displayapp/DisplayAppRecovery.h | |
| parent | c94a59e7d3e0f9929171263412033a56872c168a (diff) | |
SimpleWeather service : new weather implementation
Fix recovery firmware and code formatting.
Diffstat (limited to 'src/displayapp/DisplayAppRecovery.h')
| -rw-r--r-- | src/displayapp/DisplayAppRecovery.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/DisplayAppRecovery.h b/src/displayapp/DisplayAppRecovery.h index 41aedb17..fd79ef28 100644 --- a/src/displayapp/DisplayAppRecovery.h +++ b/src/displayapp/DisplayAppRecovery.h @@ -34,7 +34,7 @@ namespace Pinetime { class AlarmController; class BrightnessController; class FS; - class WeatherService; + class SimpleWeatherService; class MusicService; class NavigationService; } @@ -69,7 +69,7 @@ namespace Pinetime { void PushMessage(Pinetime::Applications::Display::Messages msg); void Register(Pinetime::System::SystemTask* systemTask); - void Register(Pinetime::Controllers::WeatherService* weatherService); + void Register(Pinetime::Controllers::SimpleWeatherService* weatherService); void Register(Pinetime::Controllers::MusicService* musicService); void Register(Pinetime::Controllers::NavigationService* NavigationService); |
