V 1.6.0 MQTT identifizierung mit 'Bad'

- Datumstexte auf deutsch
This commit is contained in:
rxf
2024-08-23 09:53:56 +02:00
parent c57572262f
commit 251c73b517
7 changed files with 47 additions and 35 deletions

View File

@@ -429,3 +429,9 @@ void showResetTime(struct tm tinfo) {
lv_obj_add_style(resdate_label, &style_info_label, LV_PART_MAIN);
}
void setDateTime(char *time, char *date)
{
lv_label_set_text(time_label, time);
lv_label_set_text(date_label, date);
}