From ad9e1ce4dfacd4851dfe7006e0d35e27ebedf47f Mon Sep 17 00:00:00 2001 From: derskythe Date: Mon, 26 Sep 2022 02:42:39 +0400 Subject: [PATCH] set furi_hal_subghz_set_path to FuriHalSubGhzPathIsolate on each manual iteration --- applications/plugins/subbrute/helpers/subbrute_worker.c | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/plugins/subbrute/helpers/subbrute_worker.c b/applications/plugins/subbrute/helpers/subbrute_worker.c index bbfa1c32d..1701ba6eb 100644 --- a/applications/plugins/subbrute/helpers/subbrute_worker.c +++ b/applications/plugins/subbrute/helpers/subbrute_worker.c @@ -352,6 +352,7 @@ bool subbrute_worker_manual_transmit(SubBruteWorker* instance, const char* paylo } furi_hal_subghz_stop_async_tx(); + furi_hal_subghz_set_path(FuriHalSubGhzPathIsolate); furi_hal_subghz_sleep(); subghz_transmitter_free(instance->transmitter); instance->transmitter = NULL;