V 2.0.1: DST nun evtl. richtig

This commit is contained in:
rxf
2025-10-26 09:24:41 +01:00
parent 91e98d7c89
commit a08bb8f2a5
5 changed files with 12 additions and 7 deletions

View File

@@ -378,7 +378,7 @@ void setAussenDataValues(float val, bool what, struct tm t)
{
if (what)
{
lv_label_set_text_fmt(ta_label,"Ta:\n%.1f °C", val);
lv_label_set_text_fmt(ta_label,"Taussen:\n%.1f °C", val);
lv_obj_align(ta_label, LV_ALIGN_TOP_LEFT, 10, 10);
lv_label_set_text_fmt(tta_label,"%02d:%02d\n", t.tm_hour, t.tm_min);
lv_obj_align(tta_label, LV_ALIGN_TOP_LEFT, 10, 45);