From e105e4184fda579201fe6cd762f75211ce577582 Mon Sep 17 00:00:00 2001 From: Rastislav Vysoky Date: Thu, 6 Mar 2025 21:37:24 +0100 Subject: [PATCH] fix: T114 reset pin value --- src/helpers/nrf52/T114Board.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/helpers/nrf52/T114Board.h b/src/helpers/nrf52/T114Board.h index 3b16f9ea..47dde5c2 100644 --- a/src/helpers/nrf52/T114Board.h +++ b/src/helpers/nrf52/T114Board.h @@ -4,13 +4,13 @@ #include // 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_BUSY 17 -#define P_LORA_SCLK 19 -#define P_LORA_MISO 23 -#define P_LORA_MOSI 22 +#define P_LORA_DIO_1 20 +#define P_LORA_NSS 24 +#define P_LORA_RESET 25 +#define P_LORA_BUSY 17 +#define P_LORA_SCLK 19 +#define P_LORA_MISO 23 +#define P_LORA_MOSI 22 #define SX126X_POWER_EN 37 #define SX126X_DIO2_AS_RF_SWITCH true