add sensor watch lite

This commit is contained in:
joeycastillo
2023-08-17 14:25:33 -04:00
parent 15eeca6b59
commit fd2c8c2065
43 changed files with 78264 additions and 14721 deletions

View File

@@ -315,7 +315,9 @@ uint8_t movement_claim_backup_register(void) {
}
void app_init(void) {
#ifdef WATCH_IS_BLUE_BOARD
#if defined(NO_FREQCORR)
watch_rtc_freqcorr_write(0, 0);
#elif defined(WATCH_IS_BLUE_BOARD)
watch_rtc_freqcorr_write(11, 0);
#else
watch_rtc_freqcorr_write(22, 0);

View File

@@ -33,6 +33,7 @@ const watch_face_t watch_faces[] = {
sunrise_sunset_face,
moon_phase_face,
stopwatch_face,
thermistor_readout_face,
preferences_face,
set_time_face,
};