You've already forked TEF6686_ESP32
Band scan bandwidth delay fix
This commit is contained in:
committed by
GitHub
parent
3c75ecf7f5
commit
e3595a8b04
@@ -741,7 +741,7 @@ void XDRGTKRoutine() {
|
||||
|
||||
for (freq_scan = scanner_start; freq_scan <= scanner_end; freq_scan += scanner_step) {
|
||||
radio.SetFreq(freq_scan);
|
||||
delay(3);
|
||||
delay(5);
|
||||
DataPrint(String(freq_scan * 10, DEC));
|
||||
DataPrint(" = ");
|
||||
if (band < BAND_GAP) radio.getStatus(SStatus, USN, WAM, OStatus, BW, MStatus, CN); else radio.getStatusAM(SStatus, USN, WAM, OStatus, BW, MStatus, CN);
|
||||
|
||||
Reference in New Issue
Block a user