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);
|
||||
snprintf(
|
||||
app->file_name,
|
||||
25,
|
||||
"%02d%02d%02d_%02d%02d%02d",
|
||||
50,
|
||||
"%02d_%02d_%02d_%02d_%02d_%02d",
|
||||
datetime.year,
|
||||
datetime.month,
|
||||
datetime.day,
|
||||
|
@ -76,8 +76,8 @@ static void wiegand_scan_found(void *context)
|
||||
furi_hal_rtc_get_datetime(&datetime);
|
||||
snprintf(
|
||||
app->file_name,
|
||||
25,
|
||||
"%02d%02d%02d_%02d%02d%02d",
|
||||
50,
|
||||
"%02d_%02d_%02d_%02d_%02d_%02d",
|
||||
datetime.year,
|
||||
datetime.month,
|
||||
datetime.day,
|
||||
|
Loading…
Reference in New Issue
Block a user