SimpleWeather service : new weather implementation
Fix recovery firmware and code formatting.
This commit is contained in:
committed by
JF
parent
c94a59e7d3
commit
50c679023f
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user