1
0
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:
f4exb 2024-04-06 10:50:17 +02:00
parent 7c3bf5edcd
commit 5ff2ce2575

View File

@ -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();
}