diff --git a/src/main.cpp b/src/main.cpp index fb08dff..3867690 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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++) {