mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-07-03 08:44:34 +08:00
Check 125k/134k radiobutton when getting lf config
This commit is contained in:
@@ -151,6 +151,7 @@ void LF::syncWithUI()
|
||||
ui->LF_LFConf_averagingBox->setChecked(currLFConfig.averaging);
|
||||
ui->LF_LFConf_thresholdBox->setValue(currLFConfig.triggerThreshold);
|
||||
ui->LF_LFConf_skipsBox->setValue(currLFConfig.samplesToSkip);
|
||||
emit LFfreqConfChanged(currLFConfig.divisor, false);
|
||||
}
|
||||
|
||||
void LF::setConfigMap(const QVariantMap& configMap)
|
||||
|
||||
Reference in New Issue
Block a user