mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
* Fixes #2957 - subghz decode_raw * SubGhz: proper decode_raw fix Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
@@ -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);
|
||||||
|
if(radio_device_name) {
|
||||||
instance->device = subghz_devices_get_by_name(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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user