From f422929d8cd0877c56e55d285f3ab3cc1223ea96 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 31 Jan 2024 17:41:39 -0500 Subject: weather: Add new app with forecast --- src/displayapp/screens/WeatherSymbols.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/displayapp/screens/WeatherSymbols.h') diff --git a/src/displayapp/screens/WeatherSymbols.h b/src/displayapp/screens/WeatherSymbols.h index 93453b4e..f3eeed55 100644 --- a/src/displayapp/screens/WeatherSymbols.h +++ b/src/displayapp/screens/WeatherSymbols.h @@ -7,6 +7,7 @@ namespace Pinetime { namespace Screens { namespace Symbols { const char* GetSymbol(const Pinetime::Controllers::SimpleWeatherService::Icons icon); + const char* GetCondition(const Pinetime::Controllers::SimpleWeatherService::Icons icon); } } } -- cgit v1.2.3-70-g09d2