sync clock with RDS time

Tested with my SansaClip+. I don't think this will need extra battery
but let me know if I am wrong.

Change-Id: I287dae134113e0f8a138af68f5087b8ea45b0f4c
This commit is contained in:
Wolfram Sang 2021-11-25 22:18:44 +01:00
parent 5b8873bf33
commit 95dfc489b5
9 changed files with 64 additions and 2 deletions

View file

@ -458,6 +458,9 @@ struct user_settings
unsigned char rfms_file[MAX_FILENAME+1]; /* last remote-fms */
#endif
#endif /* CONFIG_TUNER */
#if defined(HAVE_RDS_CAP) && defined(CONFIG_RTC)
bool sync_rds_time; /* use RDS time to set the clock */
#endif
/* misc options */
#ifndef HAVE_WHEEL_ACCELERATION