From 51a6fb6a7ed7a410bb141966a43a7649d10bbdfc Mon Sep 17 00:00:00 2001 From: mark9064 <30447455+mark9064@users.noreply.github.com> Date: Wed, 31 Dec 2025 17:55:01 +0000 Subject: Use simple condition for terminal watchface --- src/displayapp/screens/WatchFaceTerminal.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src') diff --git a/src/displayapp/screens/WatchFaceTerminal.cpp b/src/displayapp/screens/WatchFaceTerminal.cpp index d17cdcdb..87aa91ea 100644 --- a/src/displayapp/screens/WatchFaceTerminal.cpp +++ b/src/displayapp/screens/WatchFaceTerminal.cpp @@ -167,12 +167,7 @@ void WatchFaceTerminal::Refresh() { temp = optCurrentWeather->temperature.Fahrenheit(); tempUnit = 'F'; } - lv_label_set_text_fmt(weather, - "[WTHR]#ffdd00 %d°%c %s#", - temp, - tempUnit, - // Change to GetSimpleCondition with pull request #2134 (Add shorter/simpler weather condition options) - Symbols::GetCondition(optCurrentWeather->iconId)); + lv_label_set_text_fmt(weather, "[WTHR]#ffdd00 %d°%c %s#", temp, tempUnit, Symbols::GetSimpleCondition(optCurrentWeather->iconId)); } else { lv_label_set_text(weather, "[WTHR]#ffdd00 ---"); } -- cgit v1.2.3-70-g09d2