From 9992e0bd0614ea0ab2ff9037c6bd754ba97c8272 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 20 Apr 2024 21:11:54 +0200 Subject: [PATCH] Updated Heltec LED pins --- Boards.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Boards.h b/Boards.h index f5be0e9..8fe602e 100644 --- a/Boards.h +++ b/Boards.h @@ -261,11 +261,11 @@ #define HAS_EEPROM true // Only one LED on pin 35 #if defined(EXTERNAL_LEDS) - const int pin_led_rx = 35; - const int pin_led_tx = 2; + const int pin_led_rx = 13; + const int pin_led_tx = 14; #else - const int pin_led_rx = 2; - const int pin_led_tx = 2; + const int pin_led_rx = 35; + const int pin_led_tx = 35; #endif #define MODEM SX1262