VanceVagell / kv4p-ht

Open source handheld ham radio project KV4P-HT
GNU General Public License v3.0
329 stars 37 forks source link

[Android] APRS message number could exceed 99999 in some cases, exceeding APRS spec limit #44

Closed VanceVagell closed 1 month ago

VanceVagell commented 1 month ago

The problem is that when we increment the message number, we don't reset it if it happens to pass the maximum allowed APRS mesage number. This could cause APRS decode issues on some receivers, since this is meant to be a fixed-width part of the APRS packet.