mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-05 14:47:50 -04:00
ChirpChat demod: fixed packet length setting
This commit is contained in:
parent
7c3bf5edcd
commit
5ff2ce2575
@ -289,6 +289,7 @@ void ChirpChatDemodGUI::on_header_stateChanged(int state)
|
|||||||
|
|
||||||
ui->fecParity->setEnabled(state != Qt::Checked);
|
ui->fecParity->setEnabled(state != Qt::Checked);
|
||||||
ui->crc->setEnabled(state != Qt::Checked);
|
ui->crc->setEnabled(state != Qt::Checked);
|
||||||
|
ui->packetLength->setEnabled(state != Qt::Checked);
|
||||||
|
|
||||||
applySettings();
|
applySettings();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user