1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-26 01:39:05 -05:00

Fix corrupted char

This commit is contained in:
Jon Beniston 2023-04-03 17:14:01 +01:00
parent e91bdd3cfd
commit fabcd7a795

View File

@ -461,7 +461,7 @@ void GS232ControllerGUI::setProtocol(GS232ControllerSettings::Protocol protocol)
ui->precisionLabel->setEnabled(false);
}
else if (protocol == GS232ControllerSettings::SPID)
<EFBFBD> 
{
ui->precision->setValue(1);
ui->precision->setEnabled(false);
ui->precisionLabel->setEnabled(false);