mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-01 11:06:30 -04:00
Added remaining buttons for TouchTunes remote
LCR transmit UI cleanup CC1101 data whitening function Uniformized tx progress message handling
This commit is contained in:
parent
26949773bb
commit
73d47cd77d
48 changed files with 504 additions and 486 deletions
|
@ -33,8 +33,8 @@ void SigGenProcessor::execute(const buffer_c8_t& buffer) {
|
|||
for (size_t i = 0; i < buffer.count; i++) {
|
||||
|
||||
if (!sample_count && auto_off) {
|
||||
message.done = true;
|
||||
shared_memory.application_queue.push(message);
|
||||
txprogress_message.done = true;
|
||||
shared_memory.application_queue.push(txprogress_message);
|
||||
} else
|
||||
sample_count--;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue