mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-15 12:18:48 -04:00
ChirpChat demod: fixed packet length setting
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user