Updated Configuration parameters (markdown)

master
sh123 2021-11-11 09:35:27 +02:00
rodzic 04e28d578b
commit 23a4cf45df
1 zmienionych plików z 1 dodań i 1 usunięć

@ -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 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), `false` - operate on classic AX.25 frames (enables KISS usage) |
| 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) |
| 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 |