Commit graph

8 commits

Author SHA1 Message Date
Ember
350b547b10 Add null check for m_mqtt in APRSWriter
APRSWriter dereferences the global m_mqtt pointer without checking for
null, unlike Log.cpp which does. Add a null guard to prevent crashes
during shutdown or if MQTT becomes unavailable.
2026-04-05 17:49:51 -07:00
Jonathan Naylor
04146faa81 Convert to use of MQTT for command, APRS, and dynamic TG control. 2023-07-07 11:14:34 +01:00
Chipster
3b0d2ff067 Add mode type to APRS string. Make APRS band/offset string a bit more consistent. 2023-02-17 06:06:58 -06:00
Chipster
508692a554 Add Symbol= option to [APRS] stanza in config, to allow user to define APRS symbol. Backward-compat., and will default to the standard D& symbol (diamond with "D" overlay) if Symbol= is not defined. 2023-02-12 19:27:45 -06:00
Daniel Caujolle-Bert
d9a09a9364
Fix network ports datatype (unsigned int -> unsigned short). UDPSocket: fix old bug using m_port instead of m_port[x]. 2021-04-25 07:44:55 +02:00
Jonathan Naylor
f4d9895842 More IPv6 upgrades. 2020-09-05 20:49:30 +01:00
Jonathan Naylor
5e3e9f10b9 Merge branch 'IPv6' into SimpleDMR 2020-09-03 11:16:10 +01:00
Jonathan Naylor
f93c48a922 Add optional reporting of the home location to APRS-IS directly. 2020-08-28 15:15:25 +01:00