Updated Configuration parameters (markdown)

master
sh123 2021-10-25 15:50:31 +03:00
rodzic 8ca606190d
commit 0fca4f912e
1 zmienionych plików z 3 dodań i 3 usunięć

@ -27,16 +27,16 @@
| 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 (Bluetooth and TCPIP modes are going to be disabled), `false` - disable, has priority over BT/TCPIP |
| 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 |
| WiFi | WifiEnableAp | CFG_WIFI_ENABLE_AP | `true` - run in WiFi AP mode (for KISS over TCPIP), `false` - run in WiFi client/STA mode |
| WiFi | WifiEnableAp | CFG_WIFI_ENABLE_AP | `true` - run in WiFi AP mode (for KISS over TCP/IP), `false` - run in WiFi client/STA mode |
| WiFi | WifiSsid | CFG_WIFI_SSID | WiFi SSID name to connect to in STA mode, or AP SSID in AP mode |
| WiFi | WifiKey | CFG_WIFI_KEY | WiFi key of AP to which connection is performed, own key in AP mode |
| Freq | EnableAutoFreqCorrection | CFG_FREQ_CORR | `true` - enable automatic frequency correction on received packets, `false` - disable frequency correction |
| Freq | AutoFreqCorrectionDeltaHz | CFG_FREQ_CORR_DELTA | Perform frequency correction when difference is larger than this value in Hz |
| KISS | KissEnableExtensions | CFG_KISS_EXTENSIONS | `true` - enable KISS extensions, such as radio control and signal reports, `false` - disable frequency correction |
| KISS | KissEnableTcpIp | CFG_KISS_TCP_IP | `true` - run KISS TCP/IP server (has priority over BT), `false` - disable |
| KISS | KissEnableTcpIp | CFG_KISS_TCP_IP | `true` - run KISS TCP/IP server (has priority over Bluetooth, but Bluetooth is NOT going to be disabled), `false` - disable |
| PTT | PttEnable | CFG_PTT_ENABLE | `true` - enable external device PTT control, such as amplifier, `false` - disable |
| PTT | PttPin | CFG_PTT_PIN | Relay control pinout |
| PTT | PttTxDelayMs | CFG_PTT_TX_DELAY_MS | How much to wait before relay switching on and transmission startup |