From 99e1f1bfd2bd1b179d6effa95ae8616fc585aed6 Mon Sep 17 00:00:00 2001 From: sh123 Date: Tue, 20 Dec 2022 11:36:40 +0200 Subject: [PATCH] Updated Configuration parameters (markdown) --- Configuration-parameters.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Configuration-parameters.md b/Configuration-parameters.md index 67d401e..220dcf3 100644 --- a/Configuration-parameters.md +++ b/Configuration-parameters.md @@ -48,4 +48,7 @@ | PTT | PttEnable | CFG_PTT_ENABLE | `true` - enable external device PTT control, such as amplifier, `false` - disable | | PTT | PttPin | CFG_PTT_PIN | Relay control pinout | | PTT | PttTxDelayMs | CFG_PTT_TX_DELAY_MS | How much to wait before relay switching on and transmission startup | -| PTT | PttTxTailMs | CFG_PTT_TX_TAIL_MS | How much to wait after transmission completion before switching off the relay | \ No newline at end of file +| PTT | PttTxTailMs | CFG_PTT_TX_TAIL_MS | How much to wait after transmission completion before switching off the relay | +| KISS | TlmEnable | CFG_TLM_ENABLE | Enable modem telemetry | +| KISS | TlmBatMonPin | CFG_TLM_BAT_MON_PIN | Battery monitor ADC pin | +| KISS | TlmBatMonCal | CFG_TLM_BAT_MON_CAL | Battery voltage calibration correction value (float, volts) | \ No newline at end of file