Merge pull request #51 from phl0/HatConfig

Activate ALTERNATE_POCSAG LEDs for MMDVM_HS_Hats
This commit is contained in:
Andy CA6JAU 2018-07-11 10:27:01 -04:00 committed by GitHub
commit 12ec1b78e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View file

@ -70,6 +70,12 @@
// Constant Service LED once repeater is running // Constant Service LED once repeater is running
// #define CONSTANT_SRV_LED // #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 // Enable modem debug messages
// #define ENABLE_DEBUG // #define ENABLE_DEBUG

View file

@ -74,7 +74,7 @@
// #define USE_ALTERNATE_NXDN_LEDS // #define USE_ALTERNATE_NXDN_LEDS
// Use the D-Star and DMR LEDs for POCSAG // Use the D-Star and DMR LEDs for POCSAG
// #define USE_ALTERNATE_POCSAG_LEDS #define USE_ALTERNATE_POCSAG_LEDS
// Enable modem debug messages // Enable modem debug messages
// #define ENABLE_DEBUG // #define ENABLE_DEBUG

View file

@ -74,7 +74,7 @@
// #define USE_ALTERNATE_NXDN_LEDS // #define USE_ALTERNATE_NXDN_LEDS
// Use the D-Star and DMR LEDs for POCSAG // Use the D-Star and DMR LEDs for POCSAG
// #define USE_ALTERNATE_POCSAG_LEDS #define USE_ALTERNATE_POCSAG_LEDS
// Enable modem debug messages // Enable modem debug messages
// #define ENABLE_DEBUG // #define ENABLE_DEBUG

View file

@ -74,7 +74,7 @@
// #define USE_ALTERNATE_NXDN_LEDS // #define USE_ALTERNATE_NXDN_LEDS
// Use the D-Star and DMR LEDs for POCSAG // Use the D-Star and DMR LEDs for POCSAG
// #define USE_ALTERNATE_POCSAG_LEDS #define USE_ALTERNATE_POCSAG_LEDS
// Enable modem debug messages // Enable modem debug messages
// #define ENABLE_DEBUG // #define ENABLE_DEBUG