Exclude PTT to avoid trigger the transmitter

This commit is contained in:
Andy CA6JAU 2017-08-28 13:49:52 -03:00
parent d6b7796c25
commit a244b86f36
1 changed files with 1 additions and 1 deletions

2
IO.cpp
View File

@ -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);