edit file naming struct for readibility
This commit is contained in:
parent
d9f9ccae08
commit
5004306d9d
@ -103,8 +103,8 @@ void wiegand_save_scene_on_enter(void *context)
|
|||||||
furi_hal_rtc_get_datetime(&datetime);
|
furi_hal_rtc_get_datetime(&datetime);
|
||||||
snprintf(
|
snprintf(
|
||||||
app->file_name,
|
app->file_name,
|
||||||
25,
|
50,
|
||||||
"%02d%02d%02d_%02d%02d%02d",
|
"%02d_%02d_%02d_%02d_%02d_%02d",
|
||||||
datetime.year,
|
datetime.year,
|
||||||
datetime.month,
|
datetime.month,
|
||||||
datetime.day,
|
datetime.day,
|
||||||
|
@ -76,8 +76,8 @@ static void wiegand_scan_found(void *context)
|
|||||||
furi_hal_rtc_get_datetime(&datetime);
|
furi_hal_rtc_get_datetime(&datetime);
|
||||||
snprintf(
|
snprintf(
|
||||||
app->file_name,
|
app->file_name,
|
||||||
25,
|
50,
|
||||||
"%02d%02d%02d_%02d%02d%02d",
|
"%02d_%02d_%02d_%02d_%02d_%02d",
|
||||||
datetime.year,
|
datetime.year,
|
||||||
datetime.month,
|
datetime.month,
|
||||||
datetime.day,
|
datetime.day,
|
||||||
|
Loading…
Reference in New Issue
Block a user