From c90c4e4e3734644c24ac4751227729af24cdc90f Mon Sep 17 00:00:00 2001 From: YehorShytikovWB <117676856+YehorShytikovWB@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:21:49 -0700 Subject: [PATCH] fix led issue --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) 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++) {