kopia lustrzana https://github.com/sh123/esp32_loraprs
Updated Protocol and compatibility (markdown)
rodzic
0dd665b3a5
commit
daaf9f7d9b
|
@ -65,4 +65,7 @@ char* deg_to_compressed(long deg, boolean is_lat) {
|
|||
TNC2 protocol does not use KISS, it sends text based APRS messages, multiple messages are separated by using new line character `\n`. This is quite inefficient protocol for LoRa, because packet lengths are much longer compared to AX25, which causes longer TOA (time on the air).
|
||||
|
||||
# Bluetooth terminal applications
|
||||
Set `cfg.EnableTextPackets/CFG_TEXT_PACKETS` to `true` to use modem for sending text based messages through Bluetooth terminal applications.
|
||||
Set `cfg.EnableTextPackets/CFG_TEXT_PACKETS` to `true` to use modem for sending text based messages through Bluetooth terminal applications.
|
||||
|
||||
# Lora-APRS comatibility
|
||||
Set `cfg.EnableTextPackets/CFG_TEXT_PACKETS` to `true` AND `cfg.EnableTextPackets3/CFG_TEXT_PACKETS_3` to `true`.
|
Ładowanie…
Reference in New Issue