Updated Software, environment and sketch configuration (markdown)

master
sh123 2021-10-25 16:09:17 +03:00
rodzic 57e31ab416
commit 3b4612a178
1 zmienionych plików z 10 dodań i 1 usunięć

@ -50,4 +50,13 @@
# BLE support
- iOS does not support serial over Bluetooth and requires BLE support, this enables APRS applications such as official aprs.fi to work with the modem
- to enable BLE support set `cfg.BtEnableBle` to `true`
- to enable BLE support set `cfg.BtEnableBle` to `true`
# USB serial support
- Enable USB serial support by setting `cfg.UsbSerialEnable/CFG_USB_SERIAL_ENABLE` to `true`
- When USB serial is enable Bluetooth and TCP/IP KISS server will be disabled
# KISS over TCP/IP
- Enable KISS over TCP/IP server by setting `KissEnableTcpIp/CFG_KISS_TCP_IP` to `true`
- Bluetooth is NOT going to be disabled if enabled by setting name in `cfg.BtName/CFG_BT_NAME`
- Default port is 8001