Commit graph

7 commits

Author SHA1 Message Date
Ember
0345e24f55 Fix off-by-one buffer size in DynVoice::linkedTo
The sprintf buffer for formatting an unsigned int TG number was 10
bytes, but the maximum representation (4294967295) requires 11 bytes
including the null terminator.
2026-04-05 17:50:31 -07:00
Jonathan Naylor
ec5c32b57a Update the C++ code. 2025-03-15 17:03:06 +00:00
Jonathan Naylor
1ff647b701 Add the missing "to" the Dynamic TG voice. 2020-09-18 13:05:29 +01:00
Jonathan Naylor
1542c9750d Removed the 2 in the linked to message, it sounded odd. 2020-04-21 21:31:29 +01:00
Jonathan Naylor
00342c763a Abort the voice prompt if network traffic appears on the same slot. 2020-04-18 22:33:24 +01:00
Jonathan Naylor
6b470c92a7 Allow for excluded TGs. 2020-04-07 23:03:27 +01:00
Jonathan Naylor
0fef073c13 Add dynamic TG voice prompts and status TG. 2020-04-03 16:54:35 +01:00