From 8fe6330e200d5395df35bf6e6860ce1efcde1418 Mon Sep 17 00:00:00 2001 From: sh123 Date: Sun, 11 Dec 2022 18:25:40 +0200 Subject: [PATCH] Updated Configuration parameters (markdown) --- Configuration-parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration-parameters.md b/Configuration-parameters.md index 0f6587c..9cb7f7f 100644 --- a/Configuration-parameters.md +++ b/Configuration-parameters.md @@ -36,7 +36,7 @@ | APRS | EnableRepeater | CFG_DIGIREPEAT | Digirepeat incoming packets | | APRS | EnableBeacon | CFG_BEACON | Enable periodic beacon from `CFG_APRS_RAW_BKN` | | APRS | EnableTextPackets | CFG_TEXT_PACKETS | `true` - operate on TNC2 text APRS packets for interoperability with other LoRa APRS projects (disables KISS usage) or to use Bluetooth terminal applications, `false` - operate on classic AX.25 frames (enables KISS usage) | -| APRS | EnableTextPacketsPrefix | CFG_TEXT_PACKETS_PREFIX | `true` - each packet will be prefixed with '<',0xff,0x01 for interoperability with lora-aprs, `false` - no prefix will be sent. | +| APRS | EnableTextPacketsPrefix | CFG_TEXT_PACKETS_PREFIX | `true` - each packet will be prefixed with '<',0xff,0x01 for interoperability with lora-aprs, `false` - no prefix will be sent | | 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 |