swap temperature and battery in default firmware

This commit is contained in:
Joey Castillo
2025-05-26 10:50:07 -04:00
parent 6b297e50e4
commit 6ac2c13098

View File

@@ -35,8 +35,8 @@ const watch_face_t watch_faces[] = {
stopwatch_face, stopwatch_face,
countdown_face, countdown_face,
alarm_face, alarm_face,
voltage_face,
temperature_display_face, temperature_display_face,
voltage_face,
settings_face, settings_face,
set_time_face set_time_face
}; };