mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 04:18:35 -07:00
fix problem with sending
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user