Fixed build warnings

This commit is contained in:
David Volovskiy
2026-04-16 11:01:48 -04:00
parent 84b133feee
commit 08f8cb687e
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ static int32_t _lst_seconds(watch_date_time_t dt, float TC) {
}
static void _update_display(solar_time_state_t *state, watch_date_time_t dt) {
char bottom[7];
char bottom[9];
if (_load_location().reg == 0) {
watch_display_text_with_fallback(WATCH_POSITION_TOP_LEFT, "SOL", "SO");