mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
* Fixes #2957 - subghz decode_raw * SubGhz: proper decode_raw fix Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
parent
ab006361cc
commit
e9f1af44f2
1 changed files with 3 additions and 1 deletions
|
@ -220,7 +220,9 @@ bool subghz_file_encoder_worker_start(
|
|||
|
||||
furi_stream_buffer_reset(instance->stream);
|
||||
furi_string_set(instance->file_path, file_path);
|
||||
instance->device = subghz_devices_get_by_name(radio_device_name);
|
||||
if(radio_device_name) {
|
||||
instance->device = subghz_devices_get_by_name(radio_device_name);
|
||||
}
|
||||
instance->worker_running = true;
|
||||
furi_thread_start(instance->thread);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue