From f8565fc084a81e0b58602991d75abe23039699d6 Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 11 Jul 2018 16:22:13 +0200 Subject: [PATCH 1/2] Add ALTERNATEs to Dual 12MHz config template --- configs/MMDVM_HS_Dual_Hat-12mhz.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/MMDVM_HS_Dual_Hat-12mhz.h b/configs/MMDVM_HS_Dual_Hat-12mhz.h index 7b0fef7..d0cab28 100644 --- a/configs/MMDVM_HS_Dual_Hat-12mhz.h +++ b/configs/MMDVM_HS_Dual_Hat-12mhz.h @@ -70,6 +70,12 @@ // Constant Service LED once repeater is running // #define CONSTANT_SRV_LED +// Use the YSF and P25 LEDs for NXDN +// #define USE_ALTERNATE_NXDN_LEDS + +// Use the D-Star and DMR LEDs for POCSAG +// #define USE_ALTERNATE_POCSAG_LEDS + // Enable modem debug messages // #define ENABLE_DEBUG From 1364fa1658e09b903fafb6f322a89030fe88c1a6 Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 11 Jul 2018 16:23:37 +0200 Subject: [PATCH 2/2] Acitvate ALTERNATE_POCSAG LEDs for MMDVM_HS_Hats --- configs/MMDVM_HS_Dual_Hat-12mhz.h | 2 +- configs/MMDVM_HS_Dual_Hat.h | 2 +- configs/MMDVM_HS_Hat-12mhz.h | 2 +- configs/MMDVM_HS_Hat.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/MMDVM_HS_Dual_Hat-12mhz.h b/configs/MMDVM_HS_Dual_Hat-12mhz.h index d0cab28..1802fa2 100644 --- a/configs/MMDVM_HS_Dual_Hat-12mhz.h +++ b/configs/MMDVM_HS_Dual_Hat-12mhz.h @@ -74,7 +74,7 @@ // #define USE_ALTERNATE_NXDN_LEDS // Use the D-Star and DMR LEDs for POCSAG -// #define USE_ALTERNATE_POCSAG_LEDS +#define USE_ALTERNATE_POCSAG_LEDS // Enable modem debug messages // #define ENABLE_DEBUG diff --git a/configs/MMDVM_HS_Dual_Hat.h b/configs/MMDVM_HS_Dual_Hat.h index b5d2105..b182724 100644 --- a/configs/MMDVM_HS_Dual_Hat.h +++ b/configs/MMDVM_HS_Dual_Hat.h @@ -74,7 +74,7 @@ // #define USE_ALTERNATE_NXDN_LEDS // Use the D-Star and DMR LEDs for POCSAG -// #define USE_ALTERNATE_POCSAG_LEDS +#define USE_ALTERNATE_POCSAG_LEDS // Enable modem debug messages // #define ENABLE_DEBUG diff --git a/configs/MMDVM_HS_Hat-12mhz.h b/configs/MMDVM_HS_Hat-12mhz.h index ad1307f..8a11a90 100644 --- a/configs/MMDVM_HS_Hat-12mhz.h +++ b/configs/MMDVM_HS_Hat-12mhz.h @@ -74,7 +74,7 @@ // #define USE_ALTERNATE_NXDN_LEDS // Use the D-Star and DMR LEDs for POCSAG -// #define USE_ALTERNATE_POCSAG_LEDS +#define USE_ALTERNATE_POCSAG_LEDS // Enable modem debug messages // #define ENABLE_DEBUG diff --git a/configs/MMDVM_HS_Hat.h b/configs/MMDVM_HS_Hat.h index 4638dfd..b4be985 100644 --- a/configs/MMDVM_HS_Hat.h +++ b/configs/MMDVM_HS_Hat.h @@ -74,7 +74,7 @@ // #define USE_ALTERNATE_NXDN_LEDS // Use the D-Star and DMR LEDs for POCSAG -// #define USE_ALTERNATE_POCSAG_LEDS +#define USE_ALTERNATE_POCSAG_LEDS // Enable modem debug messages // #define ENABLE_DEBUG