From e1732b50e74fc2c3a8c33489de8acf1d1033db7b Mon Sep 17 00:00:00 2001 From: sh123 Date: Tue, 26 Oct 2021 12:04:26 +0300 Subject: [PATCH] Updated Configuration parameters (markdown) --- Configuration-parameters.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Configuration-parameters.md b/Configuration-parameters.md index 0ae46fe..db0522c 100644 --- a/Configuration-parameters.md +++ b/Configuration-parameters.md @@ -26,7 +26,8 @@ | 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` | +| APRS | EnableBeacon | CFG_BEACON | Enable periodic beacon from `CFG_APRS_RAW_BKN` | +| APRS | EnableTextPackets | CFG_TEXT_PACKETS | `true` - operate on text APRS packets for interoperability with other LoRa APRS projects, `false` - operate on classic AX.25 frames | | USB | UsbSerialEnable | CFG_USB_SERIAL_ENABLE | `true` - enable USB transport (Bluetooth and TCP/IP modes are going to be disabled), `false` - disable | | BT | BtName | CFG_BT_NAME | Set Bluetooth/BLE name, empty string disables Bluetooth/BLE usage | | BT | BtEnableBle | CFG_BT_USE_BLE | `true` - use BLE instead of serial Bluetooth (for iOS apps), `false` - run in Bluetooth serial mode |