mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-08 18:58:34 -05:00
commit
efbcd2aa9b
@ -122,11 +122,11 @@ void OOKProcessor::execute(const buffer_c8_t& buffer) {
|
|||||||
} else if (pause_counter == 1) {
|
} else if (pause_counter == 1) {
|
||||||
if (repeat_counter < repeat) {
|
if (repeat_counter < repeat) {
|
||||||
// Repeat
|
// Repeat
|
||||||
bit_pos = 0;
|
|
||||||
cur_bit = shared_memory.bb_data.data[0] & 0x80;
|
cur_bit = shared_memory.bb_data.data[0] & 0x80;
|
||||||
txprogress_message.progress = repeat_counter + 1;
|
txprogress_message.progress = repeat_counter + 1;
|
||||||
txprogress_message.done = false;
|
txprogress_message.done = false;
|
||||||
shared_memory.application_queue.push(txprogress_message);
|
shared_memory.application_queue.push(txprogress_message);
|
||||||
|
bit_pos = 1;
|
||||||
repeat_counter++;
|
repeat_counter++;
|
||||||
} else {
|
} else {
|
||||||
// Stop
|
// Stop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user