mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
Revert "Update subghz_scene_read_raw.c"
This reverts commit a301db68b3
.
This commit is contained in:
parent
a301db68b3
commit
72f7b14cb3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ bool subghz_scene_read_raw_update_filename(SubGhz* subghz) {
|
|||
break;
|
||||
}
|
||||
|
||||
string_set_str(subghz->file_path, subghz->file_path_tmp);
|
||||
string_set_str(subghz->file_path, temp_str);
|
||||
|
||||
ret = true;
|
||||
} while(false);
|
||||
|
|
Loading…
Reference in a new issue