Browse Source

fix: T114 reset pin value

pull/68/head
Rastislav Vysoky 1 year ago
parent
commit
e105e4184f
  1. 2
      src/helpers/nrf52/T114Board.h

2
src/helpers/nrf52/T114Board.h

@ -6,7 +6,7 @@
// LoRa radio module pins for Heltec T114
#define P_LORA_DIO_1 20
#define P_LORA_NSS 24
#define P_LORA_RESET 18
#define P_LORA_RESET 25
#define P_LORA_BUSY 17
#define P_LORA_SCLK 19
#define P_LORA_MISO 23

Loading…
Cancel
Save