From 47b942ca00ac3786d38ab018b5c4e6ba224653fa Mon Sep 17 00:00:00 2001 From: Jm Date: Fri, 19 Feb 2021 17:46:15 -0800 Subject: [PATCH] #697 - Fixed button selection for tlora v2 1.6 --- src/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration.h b/src/configuration.h index 4fd395fd7..e5b80efe6 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -355,7 +355,7 @@ along with this program. If not, see . #define VEXT_ENABLE 21 // active low, powers the oled display and the lora antenna boost #define LED_PIN 25 // If defined we will blink this LED #define BUTTON_PIN \ - 12 // If defined, this will be used for user button presses, if your board doesn't have a physical switch, you can wire one + 34 // If defined, this will be used for user button presses, if your board doesn't have a physical switch, you can wire one // between this pin and ground #define BUTTON_NEED_PULLUP