Updated Configuration parameters (markdown)

master
sh123 2021-10-23 23:09:46 +03:00
rodzic ffe0975554
commit 158f930487
1 zmienionych plików z 8 dodań i 8 usunięć

@ -33,11 +33,11 @@
| WiFi | WifiEnableAp | CFG_WIFI_ENABLE_AP | `true` - run in WiFi AP mode (for KISS over TCPIP), `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 | |
| Freq | AutoFreqCorrectionDeltaHz | CFG_FREQ_CORR_DELTA | |
| KISS | KissEnableExtensions | CFG_KISS_EXTENSIONS | |
| KISS | KissEnableTcpIp | CFG_KISS_TCP_IP | |
| PTT | PttEnable | CFG_PTT_ENABLE | |
| PTT | PttPin | CFG_PTT_PIN | |
| PTT | PttTxDelayMs | CFG_PTT_TX_DELAY_MS | |
| PTT | PttTxTailMs | CFG_PTT_TX_TAIL_MS | |
| 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 |
| 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 |
| PTT | PttTxTailMs | CFG_PTT_TX_TAIL_MS | How much to wait after transmission completion before switching off the relay |