* 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
@ -220,7 +220,9 @@ bool subghz_file_encoder_worker_start(
|
|||||||
|
|
||||||
furi_stream_buffer_reset(instance->stream);
|
furi_stream_buffer_reset(instance->stream);
|
||||||
furi_string_set(instance->file_path, file_path);
|
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;
|
instance->worker_running = true;
|
||||||
furi_thread_start(instance->thread);
|
furi_thread_start(instance->thread);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user