From b59368ca3c7104d2fe4e5bd59aa35e01e9fcbf2b Mon Sep 17 00:00:00 2001 From: amerinoj <60507916+amerinoj@users.noreply.github.com> Date: Tue, 12 Apr 2022 14:13:25 +0200 Subject: [PATCH] Updated pinut in variant tlorav2_1_16 (#1365) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added the last mac address bytes in bluetooth device name ESP32Bluetooth.cpp Add default notification pinout to tlora_v2_1_16/variant.h * updated ADC_MULTIPLIER value for more accuracy * Update variant.h Updated LORA_RESET GPIO in this board is 23 Removed LORA_DIO1 35 , gpio 35 is a battery pin Removed LORA_DIO2 34, gpio 34 is unuse in this board Co-authored-by: Ben Meadors Co-authored-by: Thomas Göttgens --- variants/tlora_v2_1_16/variant.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/variants/tlora_v2_1_16/variant.h b/variants/tlora_v2_1_16/variant.h index 958127b76..16d02e150 100644 --- a/variants/tlora_v2_1_16/variant.h +++ b/variants/tlora_v2_1_16/variant.h @@ -22,7 +22,5 @@ #define USE_RF95 #define LORA_DIO0 26 // a No connect on the SX1262 module -#define LORA_RESET 14 -#define LORA_DIO1 35 // Not really used -#define LORA_DIO2 34 // Not really used +#define LORA_RESET 23