Skip to content

Commit

Permalink
heltec update from #9367
Browse files Browse the repository at this point in the history
  • Loading branch information
SuGlider authored Mar 18, 2024
1 parent a9ac423 commit f89d902
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions variants/heltec_wireless_stick_lite_v3/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,12 @@ static const uint8_t T6 = 7;

static const uint8_t Vext = 36;
static const uint8_t LED = 35;
static const uint8_t RST_OLED = 21;
static const uint8_t SCL_OLED = 18;
static const uint8_t SDA_OLED = 17;

static const uint8_t RST_LoRa = 12;
static const uint8_t BUSY_LoRa = 13;
static const uint8_t DIO0 = 14;

#endif /* Pins_Arduino_h */

0 comments on commit f89d902

Please sign in to comment.