Set settletime for PLL during FMDX scan probe to 100mS

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-06-05 16:58:47 +02:00
parent 877e92b42d
commit c1ced625df
+1 -1
View File
@@ -861,7 +861,7 @@ void loop() {
} }
flashingtimer = millis(); flashingtimer = millis();
} }
delay(50); delay(100);
radio.getStatus(SStatus, USN, WAM, OStatus, BW, MStatus, CN); radio.getStatus(SStatus, USN, WAM, OStatus, BW, MStatus, CN);
if (!initdxscan) { if (!initdxscan) {
switch (scancancel) { switch (scancancel) {