diff --git a/configs/MMDVM_HS_Dual_Hat-12mhz.h b/configs/MMDVM_HS_Dual_Hat-12mhz.h index 7b0fef7..1802fa2 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 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