Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
r3df0xx
2022-05-05 19:56:04 +03:00
28 changed files with 1886 additions and 376 deletions

View File

@@ -71,6 +71,7 @@ static int32_t subghz_frequency_analyzer_worker_thread(void* context) {
furi_hal_subghz_load_preset(FuriHalSubGhzPresetOok650Async);
furi_hal_subghz_set_frequency(433920000);
furi_hal_subghz_flush_rx();
furi_hal_subghz_set_path(FuriHalSubGhzPathIsolate);
furi_hal_subghz_rx();
while(instance->worker_running) {