From daaf9f7d9bf8cfddc0dfaa00d14127058d8ff20e Mon Sep 17 00:00:00 2001 From: sh123 Date: Wed, 14 Dec 2022 08:21:27 +0200 Subject: [PATCH] Updated Protocol and compatibility (markdown) --- Protocol-and-compatibility.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Protocol-and-compatibility.md b/Protocol-and-compatibility.md index f7409b8..516924b 100644 --- a/Protocol-and-compatibility.md +++ b/Protocol-and-compatibility.md @@ -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. \ No newline at end of file +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`. \ No newline at end of file