battery and led pin add

This commit is contained in:
richonguzman 2024-04-23 16:28:19 -04:00
parent 5f145751c0
commit da0178bc56
1 changed files with 4 additions and 0 deletions

View File

@ -150,6 +150,10 @@
#if defined(ESP32_DIY_LoRa) || defined(ESP32_DIY_1W_LoRa)
#define internalLedPin 2
#endif
#if defined(ESP32_DIY_LoRa_A7670)
#define BATTERY_PIN 35
#define internalLedPin 12
#endif
#ifdef ESP32_C3_DIY_LoRa