]> git.tnoah.ca Git - lora-radio.git/commitdiff
Updated Heltec LED pins
authorMark Qvist <mark@unsigned.io>
Sat, 20 Apr 2024 19:11:54 +0000 (21:11 +0200)
committerMark Qvist <mark@unsigned.io>
Sat, 20 Apr 2024 19:11:54 +0000 (21:11 +0200)
Boards.h

index f5be0e9e88033c9baea3e237f9cd15bcc1180b14..8fe602e605c1b57210084be139b4ac378f9250b5 100644 (file)
--- a/Boards.h
+++ b/Boards.h
       #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