Commit Graph

10 Commits

Author SHA1 Message Date
Jonathan Naylor
89495fa00f Merge branch 'mqtt' into mqtt_plus 2023-08-10 12:06:14 +01:00
Daniel Caujolle-Bert
2c0f08e2a6 Fix memcpy overflow, as src and dest are 32 bytes long, only 31 bytes has to be copied, not 32, since an offset is applied to src. 2023-08-10 08:08:06 +02:00
Jonathan Naylor
893952f024 Make all of the rest of the code base be conditionally compiled. 2023-07-03 16:21:35 +01:00
Jonathan Naylor
d709c2bc60 Clean up the DMR Talker Alias code and logging. 2023-06-06 20:33:25 +01:00
Daniel Caujolle-Bert
e780e8bd30 Remove warning 2020-03-30 20:30:43 +02:00
Jonathan Naylor
ef1631ac33 Convert strncpy to memcpy to avoid static analysis complaints. 2019-11-05 09:01:49 +00:00
Shawn Chain
4ee8dc9dee Fixed incorrect DMRTA header packet length from RF side 2018-12-09 23:49:15 +08:00
Shawn Chain
334307cd4a Bugfix of the DMRTA decoding for blocks comes in with random order 2018-12-09 17:24:11 +08:00
Jonathan Naylor
afdb36f7b6 Windows clean ups of the new DMR TA code. 2018-12-08 20:24:05 +00:00
Shawn Chain
50c2500f82 Extract the DMR talker alias decode logic from Display.cpp 2018-12-08 22:09:59 +08:00