mirror of https://github.com/g4klx/MMDVM.git
Merge branch 'master' into AX25_FM
This commit is contained in:
commit
02000c8049
9
IO.cpp
9
IO.cpp
|
@ -159,13 +159,20 @@ void CIO::selfTest()
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(MODE_LEDS)
|
#if defined(MODE_LEDS)
|
||||||
setDStarInt(true);
|
setDStarInt(false);
|
||||||
setDMRInt(false);
|
setDMRInt(false);
|
||||||
setYSFInt(false);
|
setYSFInt(false);
|
||||||
setP25Int(false);
|
setP25Int(false);
|
||||||
|
#if !defined(USE_ALTERNATE_NXDN_LEDS)
|
||||||
setNXDNInt(false);
|
setNXDNInt(false);
|
||||||
|
#endif
|
||||||
|
#if !defined(USE_ALTERNATE_POCSAG_LEDS)
|
||||||
setPOCSAGInt(false);
|
setPOCSAGInt(false);
|
||||||
|
#endif
|
||||||
|
#if !defined(USE_ALTERNATE_FM_LEDS)
|
||||||
setFMInt(false);
|
setFMInt(false);
|
||||||
|
#endif
|
||||||
|
setDStarInt(true);
|
||||||
|
|
||||||
delayInt(250);
|
delayInt(250);
|
||||||
setDMRInt(true);
|
setDMRInt(true);
|
||||||
|
|
Loading…
Reference in New Issue