mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-07 17:24:58 -04:00
Fixed encoders TX locking up, more icons
This commit is contained in:
parent
1898a37c42
commit
be3d477352
10 changed files with 193 additions and 101 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue