From a244b86f36d346528563f16a46fce67ac5b81496 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Mon, 28 Aug 2017 13:49:52 -0300 Subject: [PATCH] Exclude PTT to avoid trigger the transmitter --- IO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IO.cpp b/IO.cpp index 16d46fe..2536a92 100644 --- a/IO.cpp +++ b/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);