From a27260a605e324d05d0ebe24beca6229f3549536 Mon Sep 17 00:00:00 2001 From: Vladislav Osmanov <7123463+osmanovv@users.noreply.github.com> Date: Fri, 17 Dec 2021 12:13:27 +0300 Subject: [PATCH] Overridden default pin to use for Ext Notify Plugin (#975) In Meshtastic DIY `GPIO13` is used for `SX126X_TXEN`, so we choose `GPIO12` as default for Ext Notification Plugin. --- src/configuration.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/configuration.h b/src/configuration.h index 2bddcbb6..597f6009 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -243,6 +243,7 @@ along with this program. If not, see . //#define GPS_TX_PIN 12 // not connected #define BUTTON_PIN 39 // The middle button GPIO on the T-Beam +#define EXT_NOTIFY_OUT 12 // Overridden default pin to use for Ext Notify Plugin (#975). #define LORA_DIO0 26 // a No connect on the SX1262/SX1268 module #define LORA_RESET 23 // RST for SX1276, and for SX1262/SX1268