mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-17 17:35:18 +00:00
Fixed encoders TX locking up, more icons
This commit is contained in:
@@ -118,10 +118,10 @@ void EncodersView::update_progress() {
|
||||
}
|
||||
}
|
||||
|
||||
void EncodersView::on_txdone(int n) {
|
||||
void EncodersView::on_txdone(int n, const bool txdone) {
|
||||
//char str[16];
|
||||
|
||||
if (n > 0) {
|
||||
if (!txdone) {
|
||||
// Repeating...
|
||||
repeat_index = n + 1;
|
||||
/*if (tx_mode == SCAN) {
|
||||
|
Reference in New Issue
Block a user