mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05: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->crc->setEnabled(state != Qt::Checked);
|
||||
ui->packetLength->setEnabled(state != Qt::Checked);
|
||||
|
||||
applySettings();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user