Fixed encoders TX locking up, more icons

This commit is contained in:
furrtek 2017-01-08 21:52:54 +00:00
parent 1898a37c42
commit be3d477352
10 changed files with 193 additions and 101 deletions

View file

@ -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) {