mirror of https://github.com/g4klx/MMDVM.git
Exclude PTT to avoid trigger the transmitter
This commit is contained in:
parent
d6b7796c25
commit
a244b86f36
2
IO.cpp
2
IO.cpp
|
@ -112,8 +112,8 @@ void CIO::selfTest()
|
||||||
ledCount = 0U;
|
ledCount = 0U;
|
||||||
ledValue = !ledValue;
|
ledValue = !ledValue;
|
||||||
|
|
||||||
|
// We exclude PTT to avoid trigger the transmitter
|
||||||
setLEDInt(ledValue);
|
setLEDInt(ledValue);
|
||||||
setPTTInt(ledValue);
|
|
||||||
setDStarInt(ledValue);
|
setDStarInt(ledValue);
|
||||||
setDMRInt(ledValue);
|
setDMRInt(ledValue);
|
||||||
setYSFInt(ledValue);
|
setYSFInt(ledValue);
|
||||||
|
|
Loading…
Reference in New Issue