[FL-2215, FL-2168] Display long names and rename RAW files (#971)

* [FL-2215] SubGhz:  fix long names on RAW and Delete screens
* [FL-2168] SubGhz: fix rename RAW
This commit is contained in:
Skorpionm
2022-01-27 20:38:47 +04:00
committed by GitHub
parent cb0369a7f3
commit 53e7415d12
5 changed files with 14 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
#include <lib/subghz/subghz_parser.h>
#include <lib/toolbox/path.h>
#define RAW_FILE_NAME "Raw_temp"
#define RAW_FILE_NAME "Raw_signal_"
bool subghz_scene_read_raw_update_filename(SubGhz* subghz) {
bool ret = false;