kopia lustrzana https://github.com/sh123/esp32_loraprs
Updated Software, environment and sketch configuration (markdown)
rodzic
57e31ab416
commit
3b4612a178
|
@ -51,3 +51,12 @@
|
|||
# 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`
|
||||
|
||||
# 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
|
Ładowanie…
Reference in New Issue