Incrementing date workaround for dead RTC battery (#1479)

* Enable f_utime function
* Added file_update_date() function
* Added rtc_battery_workaround() function
* Update ui_navigation.cpp
This commit is contained in:
Mark Thompson
2023-10-09 05:04:46 -05:00
committed by GitHub
parent e5546159c5
commit 65e71508ac
5 changed files with 66 additions and 5 deletions

View File

@@ -47,7 +47,7 @@
#define _USE_EXPAND 0
/* This option switches f_expand function. (0:Disable or 1:Enable) */
#define _USE_CHMOD 0
#define _USE_CHMOD 1
/* This option switches attribute manipulation functions, f_chmod() and f_utime().
/ (0:Disable or 1:Enable) Also _FS_READONLY needs to be 0 to enable this option. */