Skip to content

Commit

Permalink
battery and led pin add
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Apr 23, 2024
1 parent 5f14575 commit da0178b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pins_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da0178b

Please sign in to comment.