mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
Update subghz_scene_read_raw.c
fix errors
This commit is contained in:
@@ -25,7 +25,7 @@ bool subghz_scene_read_raw_update_filename(SubGhz* subghz) {
|
||||
break;
|
||||
}
|
||||
|
||||
string_set_str(subghz->file_path, temp_str);
|
||||
string_set_str(subghz->file_path, subghz->file_path_tmp);
|
||||
|
||||
ret = true;
|
||||
} while(false);
|
||||
|
||||
Reference in New Issue
Block a user