Simple Weather Service
Fix code formatting.
This commit is contained in:

committed by
JF

parent
e5b73212f6
commit
6f83a3bade
@@ -543,7 +543,7 @@ void WatchFacePineTimeStyle::Refresh() {
|
||||
if (currentWeather.IsUpdated()) {
|
||||
auto optCurrentWeather = currentWeather.Get();
|
||||
if (optCurrentWeather) {
|
||||
lv_label_set_text_fmt(temperature, "%d°", (optCurrentWeather->temperature)/100);
|
||||
lv_label_set_text_fmt(temperature, "%d°", (optCurrentWeather->temperature) / 100);
|
||||
lv_label_set_text(weatherIcon, Symbols::GetSymbol(optCurrentWeather->iconId));
|
||||
lv_obj_realign(temperature);
|
||||
lv_obj_realign(weatherIcon);
|
||||
|
Reference in New Issue
Block a user