mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-06-11 09:25:00 +02:00
fix led issue
This commit is contained in:
@@ -224,7 +224,6 @@ void loop() {
|
||||
while(radio.spectralScanGetStatus() != RADIOLIB_ERR_NONE) {
|
||||
heltec_delay(1);
|
||||
}
|
||||
digitalWrite(25, HIGH);
|
||||
// read the results Array to which the results will be saved
|
||||
radio.spectralScanGetResult(result);
|
||||
for (y = 0; y < RADIOLIB_SX126X_SPECTRAL_SCAN_RES_SIZE; y++) {
|
||||
|
||||
Reference in New Issue
Block a user