Updated Protocol and compatibility (markdown)

master
sh123 2022-12-14 08:21:27 +02:00
rodzic 0dd665b3a5
commit daaf9f7d9b
1 zmienionych plików z 4 dodań i 1 usunięć

@ -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`.