mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2024-07-02 14:34:13 +02:00
Updated Heltec LED pins
This commit is contained in:
parent
3e938bf218
commit
9992e0bd06
8
Boards.h
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…
Reference in New Issue
Block a user