Updated Heltec LED pins

master
Mark Qvist 10 months ago
parent 3e938bf218
commit 9992e0bd06
  1. 8
      Boards.h

@ -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

Loading…
Cancel
Save