From 8ca606190d3341ee87a287401b38a3d1db247dae Mon Sep 17 00:00:00 2001 From: sh123 Date: Mon, 25 Oct 2021 15:48:52 +0300 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 4096906..a67e295 100644 --- a/Configuration-parameters.md +++ b/Configuration-parameters.md @@ -27,7 +27,7 @@ | 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 | `true` - enable USB transport, `false` - disable, has priority over BT/TCPIP | +| USB | UsbSerialEnable | CFG_USB_SERIAL_ENABLE | `true` - enable USB transport (Bluetooth and TCPIP modes are going to be disabled), `false` - disable, has priority over BT/TCPIP | | 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 | | WiFi | WifiEnableAp | CFG_WIFI_ENABLE_AP | `true` - run in WiFi AP mode (for KISS over TCPIP), `false` - run in WiFi client/STA mode |