Updated Heltec LED pins

This commit is contained in:
Mark Qvist 2024-04-20 21:11:54 +02:00
parent 3e938bf218
commit 9992e0bd06
1 changed files with 4 additions and 4 deletions

View File

@ -261,11 +261,11 @@
#define HAS_EEPROM true #define HAS_EEPROM true
// Only one LED on pin 35 // Only one LED on pin 35
#if defined(EXTERNAL_LEDS) #if defined(EXTERNAL_LEDS)
const int pin_led_rx = 35; const int pin_led_rx = 13;
const int pin_led_tx = 2; const int pin_led_tx = 14;
#else #else
const int pin_led_rx = 2; const int pin_led_rx = 35;
const int pin_led_tx = 2; const int pin_led_tx = 35;
#endif #endif
#define MODEM SX1262 #define MODEM SX1262