From d60c2865b8b78b646798f9fa7d6b63d4173bfaa4 Mon Sep 17 00:00:00 2001 From: sh123 Date: Sat, 23 Oct 2021 23:00:02 +0300 Subject: [PATCH] Updated Configuration parameters (markdown) --- Configuration-parameters.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Configuration-parameters.md b/Configuration-parameters.md index 6c8a8df..458a32e 100644 --- a/Configuration-parameters.md +++ b/Configuration-parameters.md @@ -17,16 +17,16 @@ | APRS | AprsHost | "rotate.aprs2.net" | APRS-IS host | | APRS | AprsPort | 14580 | APRS-IS port | | APRS | AprsLogin | CFG_APRS_LOGIN | Your callsign for APRS-IS login | -| APRS | AprsPass | CFG_APRS_PASS | Your callsign passphrase for APRS-IS login | -| APRS | AprsFilter | CFG_APRS_FILTER | | -| APRS | AprsRawBeacon | CFG_APRS_RAW_BKN | | -| APRS | AprsRawBeaconPeriodMinutes | 20 | | -| APRS | EnableSignalReport | true | | -| APRS | EnablePersistentAprsConnection | CFG_PERSISTENT_APRS | | -| APRS | EnableRfToIs | CFG_RF_TO_IS | | -| APRS | EnableIsToRf | CFG_IS_TO_RF | | -| APRS | EnableRepeater | CFG_DIGIREPEAT | | -| APRS | EnableBeacon | CFG_BEACON | | +| APRS | AprsPass | CFG_APRS_PASS | Your callsign key for APRS-IS login | +| APRS | AprsFilter | CFG_APRS_FILTER | APRS-IS incoming packet filter when running in iGate TX capable mode | +| APRS | AprsRawBeacon | CFG_APRS_RAW_BKN | Raw APRS beacon | +| APRS | AprsRawBeaconPeriodMinutes | 20 | Raw APRS beacon transmission period | +| APRS | EnableSignalReport | true | Signal report will be added to the comment sent to APRS-IS | +| APRS | EnablePersistentAprsConnection | CFG_PERSISTENT_APRS | `true` - keep tcp/ip connection open, `false` - connect on new packet (very rare traffic) | +| APRS | EnableRfToIs | CFG_RF_TO_IS | Forward packets from radio to internet | +| APRS | EnableIsToRf | CFG_IS_TO_RF | Forward packets from internet to radio basedon `CFG_APRS_FILTER` applies | +| APRS | EnableRepeater | CFG_DIGIREPEAT | Digirepeat incoming packets | +| APRS | EnableBeacon | CFG_BEACON | Enable perdiodc beacon from `CFG_APRS_RAW_BKN` | | USB | UsbSerialEnable | CFG_USB_SERIAL_ENABLE | | | BT | BtName | CFG_BT_NAME | | | BT | BtEnableBle | CFG_BT_USE_BLE | |