mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-01 01:27:48 +03:00
fixed bug when mobile app was unable to send raw file
file name should not contain dots
This commit is contained in:
parent
a24ef44289
commit
ed080ea5fc
@ -18,7 +18,7 @@ void subghz_scene_save_name_get_timefilename(FuriString* name) {
|
|||||||
furi_hal_rtc_get_datetime(&datetime);
|
furi_hal_rtc_get_datetime(&datetime);
|
||||||
furi_string_printf(
|
furi_string_printf(
|
||||||
name,
|
name,
|
||||||
"RAW_%.4d.%.2d.%.2d-%.2d.%.2d.%.2d",
|
"RAW_%.4d%.2d%.2d-%.2d%.2d%.2d",
|
||||||
datetime.year,
|
datetime.year,
|
||||||
datetime.month,
|
datetime.month,
|
||||||
datetime.day,
|
datetime.day,
|
||||||
|
Loading…
Reference in New Issue
Block a user