mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-18 05:34:40 +01:00
added led
This commit is contained in:
parent
ea426f4126
commit
46e5bdd21e
|
|
@ -175,6 +175,9 @@
|
|||
#ifdef HELTEC_HTCT62
|
||||
#define BATTERY_PIN 1
|
||||
#endif
|
||||
#ifdef WEMOS_S2_MINI_DIY_LoRa
|
||||
#define INTERNAL_LED_PIN 15
|
||||
#endif
|
||||
#if defined(TTGO_T_LORA32_V2_1) || defined(TTGO_T_LORA32_V2_1_915)
|
||||
#define INTERNAL_LED_PIN 25 // Green Led
|
||||
#define BATTERY_PIN 35
|
||||
|
|
|
|||
Loading…
Reference in a new issue