mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Exclude PTT to avoid trigger the transmitter
This commit is contained in:
parent
d6b7796c25
commit
a244b86f36
1 changed files with 1 additions and 1 deletions
2
IO.cpp
2
IO.cpp
|
|
@ -112,8 +112,8 @@ void CIO::selfTest()
|
|||
ledCount = 0U;
|
||||
ledValue = !ledValue;
|
||||
|
||||
// We exclude PTT to avoid trigger the transmitter
|
||||
setLEDInt(ledValue);
|
||||
setPTTInt(ledValue);
|
||||
setDStarInt(ledValue);
|
||||
setDMRInt(ledValue);
|
||||
setYSFInt(ledValue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue