From f09884e69d9d6a2fe8391b03e08fc832b8845995 Mon Sep 17 00:00:00 2001 From: sh123 Date: Tue, 23 Nov 2021 22:10:25 +0200 Subject: [PATCH] Update config.h --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 851d61f..8e8e8ca 100644 --- a/config.h +++ b/config.h @@ -105,5 +105,5 @@ // PTT control #define CFG_PTT_ENABLE false // enable external ptt (relay) control (for amplifier) #define CFG_PTT_PIN 12 // PTT pin -#define CFG_PTT_TX_DELAY_MS 50 // time between relay swited on and transmission -#define CFG_PTT_TX_TAIL_MS 10 // time between stop transmission and relay off +#define CFG_PTT_TX_DELAY_MS 50 // delay between relay switching ON and transmission startup +#define CFG_PTT_TX_TAIL_MS 10 // delay between stopping transmission and relay switching OFF