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.cpp | |
| parent | c94a59e7d3e0f9929171263412033a56872c168a (diff) | |
SimpleWeather service : new weather implementation
Fix recovery firmware and code formatting.
Diffstat (limited to 'src/displayapp/DisplayAppRecovery.cpp')
| -rw-r--r-- | src/displayapp/DisplayAppRecovery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/DisplayAppRecovery.cpp b/src/displayapp/DisplayAppRecovery.cpp index 9fe59c40..c4bd5766 100644 --- a/src/displayapp/DisplayAppRecovery.cpp +++ b/src/displayapp/DisplayAppRecovery.cpp @@ -122,7 +122,7 @@ void DisplayApp::PushMessage(Display::Messages msg) { void DisplayApp::Register(Pinetime::System::SystemTask* /*systemTask*/) { } -void DisplayApp::Register(Pinetime::Controllers::WeatherService* /*weatherService*/) { +void DisplayApp::Register(Pinetime::Controllers::SimpleWeatherService* /*weatherService*/) { } void DisplayApp::Register(Pinetime::Controllers::MusicService* /*musicService*/) { |
