battery and led pin add
This commit is contained in:
parent
5f145751c0
commit
da0178bc56
|
|
@ -150,6 +150,10 @@
|
||||||
#if defined(ESP32_DIY_LoRa) || defined(ESP32_DIY_1W_LoRa)
|
#if defined(ESP32_DIY_LoRa) || defined(ESP32_DIY_1W_LoRa)
|
||||||
#define internalLedPin 2
|
#define internalLedPin 2
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(ESP32_DIY_LoRa_A7670)
|
||||||
|
#define BATTERY_PIN 35
|
||||||
|
#define internalLedPin 12
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef ESP32_C3_DIY_LoRa
|
#ifdef ESP32_C3_DIY_LoRa
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue