mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-01 20:39:08 +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:
@@ -63,8 +63,10 @@ void APRSTXView::start_tx() {
|
||||
transmitter_model.enable();*/
|
||||
}
|
||||
|
||||
void APRSTXView::on_txdone(const bool v) {
|
||||
if (v) {
|
||||
void APRSTXView::on_tx_progress(const uint32_t progress, const bool done) {
|
||||
(void)progress;
|
||||
|
||||
if (done) {
|
||||
transmitter_model.disable();
|
||||
tx_view.set_transmitting(false);
|
||||
//progress.set_value(0);
|
||||
|
||||
Reference in New Issue
Block a user