Merge branch 'ofw-dev' into dev

This commit is contained in:
MX
2023-08-09 15:05:12 +03:00
19 changed files with 263 additions and 116 deletions

View File

@@ -244,7 +244,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);