mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-01-29 19:04:14 +01:00
Separated SRV LED control option
This commit is contained in:
parent
8b3828c394
commit
b268e40025
3
Config.h
3
Config.h
|
|
@ -67,6 +67,9 @@
|
|||
// Disable mode LEDs blink during scan mode:
|
||||
// #define QUIET_MODE_LEDS
|
||||
|
||||
// Constant Service LED once repeater is running
|
||||
// #define CONSTANT_SRV_LED
|
||||
|
||||
// Enable modem debug messages
|
||||
// #define ENABLE_DEBUG
|
||||
|
||||
|
|
|
|||
2
IO.cpp
2
IO.cpp
|
|
@ -114,7 +114,7 @@ void CIO::process()
|
|||
m_watchdog = 0U;
|
||||
}
|
||||
|
||||
#if defined(QUIET_MODE_LEDS)
|
||||
#if defined(CONSTANT_SRV_LED)
|
||||
LED_pin(HIGH);
|
||||
#else
|
||||
if (m_ledCount >= 24000U) {
|
||||
|
|
|
|||
|
|
@ -67,6 +67,9 @@
|
|||
// Disable mode LEDs blink during scan mode:
|
||||
// #define QUIET_MODE_LEDS
|
||||
|
||||
// Constant Service LED once repeater is running
|
||||
// #define CONSTANT_SRV_LED
|
||||
|
||||
// Enable modem debug messages
|
||||
// #define ENABLE_DEBUG
|
||||
|
||||
|
|
|
|||
|
|
@ -67,6 +67,9 @@
|
|||
// Disable mode LEDs blink during scan mode:
|
||||
// #define QUIET_MODE_LEDS
|
||||
|
||||
// Constant Service LED once repeater is running
|
||||
// #define CONSTANT_SRV_LED
|
||||
|
||||
// Enable modem debug messages
|
||||
// #define ENABLE_DEBUG
|
||||
|
||||
|
|
|
|||
|
|
@ -67,6 +67,9 @@
|
|||
// Disable mode LEDs blink during scan mode:
|
||||
#define QUIET_MODE_LEDS
|
||||
|
||||
// Constant Service LED once repeater is running
|
||||
// #define CONSTANT_SRV_LED
|
||||
|
||||
// Enable modem debug messages
|
||||
// #define ENABLE_DEBUG
|
||||
|
||||
|
|
|
|||
|
|
@ -67,6 +67,9 @@
|
|||
// Disable mode LEDs blink during scan mode:
|
||||
// #define QUIET_MODE_LEDS
|
||||
|
||||
// Constant Service LED once repeater is running
|
||||
// #define CONSTANT_SRV_LED
|
||||
|
||||
// Enable modem debug messages
|
||||
// #define ENABLE_DEBUG
|
||||
|
||||
|
|
|
|||
|
|
@ -67,6 +67,9 @@
|
|||
// Disable mode LEDs blink during scan mode:
|
||||
// #define QUIET_MODE_LEDS
|
||||
|
||||
// Constant Service LED once repeater is running
|
||||
// #define CONSTANT_SRV_LED
|
||||
|
||||
// Enable modem debug messages
|
||||
// #define ENABLE_DEBUG
|
||||
|
||||
|
|
|
|||
|
|
@ -67,6 +67,9 @@
|
|||
// Disable mode LEDs blink during scan mode:
|
||||
// #define QUIET_MODE_LEDS
|
||||
|
||||
// Constant Service LED once repeater is running
|
||||
// #define CONSTANT_SRV_LED
|
||||
|
||||
// Enable modem debug messages
|
||||
// #define ENABLE_DEBUG
|
||||
|
||||
|
|
|
|||
|
|
@ -67,6 +67,9 @@
|
|||
// Disable mode LEDs blink during scan mode:
|
||||
// #define QUIET_MODE_LEDS
|
||||
|
||||
// Constant Service LED once repeater is running
|
||||
// #define CONSTANT_SRV_LED
|
||||
|
||||
// Enable modem debug messages
|
||||
// #define ENABLE_DEBUG
|
||||
|
||||
|
|
|
|||
|
|
@ -67,6 +67,9 @@
|
|||
// Disable mode LEDs blink during scan mode:
|
||||
// #define QUIET_MODE_LEDS
|
||||
|
||||
// Constant Service LED once repeater is running
|
||||
// #define CONSTANT_SRV_LED
|
||||
|
||||
// Enable modem debug messages
|
||||
// #define ENABLE_DEBUG
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue