mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-21 23:19:02 +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:
@@ -81,7 +81,7 @@ void BHTView::start_tx() {
|
||||
}
|
||||
}
|
||||
|
||||
void BHTView::on_tx_progress(const int progress, const bool done) {
|
||||
void BHTView::on_tx_progress(const uint32_t progress, const bool done) {
|
||||
//if (view_xylos.tx_mode == XylosView::tx_modes::SINGLE) {
|
||||
|
||||
if (done) {
|
||||
|
||||
Reference in New Issue
Block a user