add sensor watch lite
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user