Updated Configuration parameters (markdown)

master
sh123 2021-10-23 23:04:22 +03:00
rodzic 679e32935a
commit ffe0975554
1 zmienionych plików z 3 dodań i 3 usunięć

@ -29,10 +29,10 @@
| 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 |
| 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) |
| 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 | WifiSsid | CFG_WIFI_SSID | |
| WiFi | WifiKey | CFG_WIFI_KEY | |
| 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 | |