fix problem with sending

This commit is contained in:
DerSkythe
2022-10-10 01:44:37 +04:00
parent 500456b03d
commit eed8cd1824
6 changed files with 118 additions and 21 deletions

View File

@@ -10,9 +10,10 @@ struct SubBruteWorker {
SubBruteWorkerState state;
volatile bool worker_running;
volatile bool initiated;
volatile bool transmit_mode;
// Current step
uint64_t key_index;
uint64_t step;
// SubGhz
FuriThread* thread;