mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-28 10:29:03 +00: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:
@@ -60,7 +60,9 @@ void SigGenView::update_tone() {
|
||||
baseband::set_siggen_tone(symfield_tone.value_dec_u32());
|
||||
}
|
||||
|
||||
void SigGenView::on_tx_progress(const bool done) {
|
||||
void SigGenView::on_tx_progress(const uint32_t progress, const bool done) {
|
||||
(void) progress;
|
||||
|
||||
if (done)
|
||||
tx_view.set_transmitting(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user