Commit Graph

2850 Commits

Author SHA1 Message Date
Jonathan Naylor
950e43ea74 Merge branch 'master' into mqtt 2023-08-10 12:05:18 +01:00
Jonathan Naylor
b02560ccbc Merge pull request #776 from f1rmb/fix_TA_memcpy_src_overflow
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 12:04:37 +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
fd376ba2d9 Merge branch 'master' into mqtt 2023-08-07 20:15:26 +01:00
Jonathan Naylor
de8f991f5a Move DMR TA to t8 and t9 on the Nextion display. 2023-08-07 20:14:49 +01:00
Jonathan Naylor
38227730d0 Add crude M17 capability checking for V1 MMDVMs. 2023-07-23 15:00:07 +01:00
Jonathan Naylor
8a80d9678c Disable JSON RSSI reporting when RSSI is not being used. 2023-06-19 13:58:10 +01:00
Jonathan Naylor
678ef13754 Merge pull request #775 from kc1awv/patch-1 2023-06-17 19:08:53 +01:00
Steve Miller
4aefe13d46 Update YSFControl.cpp
typo
2023-06-17 13:49:09 -04:00
Jonathan Naylor
46ce993c5d Fix YSF RSSI and BER JSON. 2023-06-16 15:44:20 +01:00
Jonathan Naylor
44783544fe Fix JSON RSSI and BER. 2023-06-16 15:32:16 +01:00
Jonathan Naylor
fd5baf790f Fix NXDN RSSI and BER JSON. 2023-06-16 15:28:22 +01:00
Jonathan Naylor
3b89c3f94d Fixuo M17 BER, RSSI, and Text JSON. 2023-06-16 15:07:17 +01:00
Jonathan Naylor
ac076a7a23 Fix DMR JSON handling. 2023-06-16 12:58:29 +01:00
Jonathan Naylor
c0eb51f0ba Clean up the D-Star JSON handling. 2023-06-16 12:38:01 +01:00
Jonathan Naylor
99d6ea8b63 Merge branch 'master' into mqtt 2023-06-16 12:24:03 +01:00
Jonathan Naylor
d3f8c17bc8 Add M17 LSF Text data interpretation. 2023-06-16 12:14:35 +01:00
Jonathan Naylor
af21cef54d Add interpretation of D-Star slow data text. 2023-06-16 11:35:16 +01:00
Jonathan Naylor
d563acbe4a Merge pull request #774 from W0CHP/mqtt 2023-06-14 13:37:42 +01:00
Jonathan Naylor
7b836c26e2 Merge pull request #772 from W0CHP/master 2023-06-14 13:37:10 +01:00
Chipster
9aecc6a228 Fixed issue in OLED.cpp where display would not fully clear on idle when LogoScreensaver=0 2023-06-14 06:18:27 -05:00
Chipster
a0f1005f66 Fixed issue in OLED.cpp where display would not fully clear on idle when LogoScreensaver=0 2023-06-14 06:17:57 -05:00
Jonathan Naylor
cffea73624 Merge pull request #766 from W0CHP/mqtt 2023-06-11 20:25:39 +01:00
Jonathan Naylor
b8c5317584 Merge pull request #765 from W0CHP/master 2023-06-11 20:25:15 +01:00
Chipster
216bfaa7bb Fix version # per G4KLX, fix OLED IP spacing in idle mode, improve auto-ap stats in OLED 2023-06-11 14:15:02 -05:00
Chipster
8837696b23 Fix version # per G4KLX, fix OLED IP spacing in idle mode, improve auto-ap stats in OLED 2023-06-11 14:14:39 -05:00
Chipster
dca4301b6e Removed extranneous m_display.startscrolldiagleft func. 2023-06-11 10:35:55 -05:00
Chipster
3a7d087628 Removed extranneous m_display.startscrolldiagleft func. 2023-06-11 10:35:39 -05:00
Jonathan Naylor
8bcd02b468 Add JSON RSSI and BER reporting to M17. 2023-06-11 15:34:38 +01:00
Jonathan Naylor
e2ef49209b Add JSON RSSI and BER to NXDN. 2023-06-11 15:09:58 +01:00
Jonathan Naylor
c52ae58816 Add JSON RSSI and BER to P25. 2023-06-11 14:58:29 +01:00
Jonathan Naylor
fb5e5b5fa1 Add JSON RSSI and BER messages to YSF. 2023-06-11 14:39:18 +01:00
Jonathan Naylor
74376d3b8c Add JSON RSSI and BER reporting to D-Star. 2023-06-11 13:23:11 +01:00
Jonathan Naylor
8da6556440 Add JSON RSSI, DMR and Talker Alias to DMR. 2023-06-11 11:38:59 +01:00
Jonathan Naylor
e5e8e393f5 Merge branch 'master' into mqtt 2023-06-10 08:43:04 +01:00
Jonathan Naylor
8664e65221 Merge pull request #761 from W0CHP/master
Improve OLED status messages a bit
2023-06-10 08:42:12 +01:00
Chipster
09ba49d486 Improve OLED status messages a bit: M17 tweaks from KC1AWV. Tweaks by W0CHP for Idle/Stopping status messages, and a new status for when the host is in Auto-AP mode. 2023-06-09 16:39:35 -05:00
Jonathan Naylor
cf161dbd3d Remove the unneeded source from the JSON except for the start of the transmission. 2023-06-09 17:24:07 +01:00
Jonathan Naylor
8d941db7b1 Simplify the end of transmission JSON for all DV modes. 2023-06-09 15:46:29 +01:00
Jonathan Naylor
da147031c9 Add host startup and closedown messages to JSON/MQTT. 2023-06-07 12:27:44 +01:00
Jonathan Naylor
2ac5b1bcfe Merge branch 'master' into mqtt 2023-06-07 11:38:23 +01:00
Jonathan Naylor
9085112b4d Add extra logging when starting and stopping the MMDVM. 2023-06-07 11:28:41 +01:00
Jonathan Naylor
d709c2bc60 Clean up the DMR Talker Alias code and logging. 2023-06-06 20:33:25 +01:00
Jonathan Naylor
e10454c2d5 Fix the signal handling. 2023-06-06 19:41:17 +01:00
Jonathan Naylor
0ecf2dec39 Minor rework of JSON creation. 2023-01-19 10:08:50 +00:00
Jonathan Naylor
d6fe3f0cac Add AX.25 to JSON/MQTT. 2023-01-18 20:56:37 +00:00
Jonathan Naylor
72f249b12e Add DMR to JSON/MQTT. 2023-01-18 17:58:53 +00:00
Jonathan Naylor
a87cac4140 Add FM to JSON/MQTT. 2023-01-18 14:58:06 +00:00
Jonathan Naylor
17c194c466 Add P25 to JSON/MQTT. 2023-01-17 15:11:40 +00:00
Jonathan Naylor
82dab9a93f Refactor the JSON code and schema. 2023-01-17 13:35:06 +00:00