Commit graph

1684 commits

Author SHA1 Message Date
Jonathan Naylor
ac22f0b783 Add an optional error reply for D-Star. 2017-02-16 19:49:58 +00:00
Jonathan Naylor
4b07afa17e Handle crashing P25 RS decoder better. 2017-02-16 19:40:20 +00:00
Andy CA6JAU
cb004bcae4 Merge remote-tracking branch 'g4klx/master' 2017-02-16 08:31:20 -03:00
Jonathan Naylor
3672f09b6c Merge pull request #261 from phl0/4.3Nextion
Add layouts for 4.3" Nextion displays
2017-02-15 11:28:43 +00:00
phl0
94b5e68314
Add layouts for 4.3" Nextion displays 2017-02-13 21:43:09 +01:00
Jonathan Naylor
34c1920d2f Merge pull request #259 from phl0/dev
Fix label
2017-02-13 13:02:47 +00:00
phl0
b81a500db4
Remove unused variables 2017-02-13 13:20:49 +01:00
phl0
980dde5da6
Fix label 2017-02-13 12:49:25 +01:00
Jonathan Naylor
4db9f08d80 Fix formatting. 2017-02-13 08:54:25 +00:00
Jonathan Naylor
35ab182c9b Fix formatting. 2017-02-13 08:53:33 +00:00
Jonathan Naylor
6ee6fc3cdc Restore rate 3/4 data logging that was lost in the last commit. 2017-02-13 08:50:23 +00:00
Jonathan Naylor
742d61fef1 Make RSSI and BER display immediately on Nextion screens. 2017-02-13 08:20:40 +00:00
Jonathan Naylor
cd7cf18d2f Merge pull request #257 from phl0/devel
Remastered other Nextion display sizes
2017-02-13 08:12:17 +00:00
phl0
0eb2d8cd5f
Add new fields for 3.5" displays 2017-02-12 23:46:14 +01:00
phl0
c3a327966d
Add BER/RSSI fields to 3.2" displays 2017-02-12 23:23:56 +01:00
phl0
7b85937bdd
Add RSSI and BER fileds to 2.8" screens 2017-02-12 21:57:19 +01:00
phl0
e77154ca58
Fix minor thing in 2.4" layouts 2017-02-12 21:35:12 +01:00
phl0
1cfebc4e58
Add BER and RSSI fields to Nextion 2.4" screen 2017-02-12 20:48:30 +01:00
Jonathan Naylor
f0387d25dd Add BER display to the Nextion and reduce Talker Id logging. 2017-02-12 18:37:00 +00:00
Jonathan Naylor
d7b872d6c2 Bump the version date. 2017-02-06 20:50:19 +00:00
Jonathan Naylor
e587d7a88d Add extra data logging. 2017-02-02 20:42:20 +00:00
Jonathan Naylor
a2e6838b45 Update the DMR Ids file. 2017-02-02 20:31:13 +00:00
Jonathan Naylor
11d679e088 Fix bug in samples dumping code. 2017-02-02 20:07:43 +00:00
Jonathan Naylor
144b743401 Add sample dumping. 2017-01-31 20:07:35 +00:00
Jonathan Naylor
75ec200af7 Reduce audio BER logging for D-Star. 2017-01-24 09:57:37 +00:00
Jonathan Naylor
393fad13b1 Don't allow any TG0 data through. 2017-01-23 09:57:45 +00:00
Jonathan Naylor
08f180399a Remove README.DMR_ACL 2017-01-21 19:14:25 +00:00
Jonathan Naylor
10dffd3f5e Merge pull request #250 from phl0/devel
Optional non Embedded LC data suppression
2017-01-16 12:15:16 +00:00
phl0
8ffdb9bd20
Optional non Embedded LC data suppression 2017-01-16 13:10:23 +01:00
Jonathan Naylor
9667ae2f20 Merge pull request #248 from phl0/devel
Always output name column and satinize output
2017-01-13 08:40:09 +00:00
phl0
b7f10a6862
Always output name column and satinize output 2017-01-13 08:48:22 +01:00
Andy CA6JAU
40f144b447 Merge remote-tracking branch 'g4klx/master' 2017-01-10 23:52:50 -03:00
Jonathan Naylor
dfa359565a Upgrade the Embedded Data regeneration. 2017-01-10 19:27:12 +00:00
Jonathan Naylor
42a24de4fc Rename the DMREmbeddedLC class to DMREmbeddedData. 2017-01-10 19:21:39 +00:00
Jonathan Naylor
dce50e4cde Simplify YSF V/D mode 2 audio FEC regeneration. 2017-01-10 15:06:31 +00:00
Andy CA6JAU
2047204a86 Merge remote-tracking branch 'g4klx/master' 2017-01-08 18:32:38 -03:00
Jonathan Naylor
cdb54779f2 Fix late entry Embedded LC handling. 2017-01-08 16:37:51 +00:00
Jonathan Naylor
bd011de2ca Merge pull request #244 from g0wfv/develop
Fix compile error
2017-01-08 16:34:30 +00:00
Tony Corbett G0WFV
738152c912 Fix compile error 2017-01-08 16:02:43 +00:00
Jonathan Naylor
f08a442728 Merge pull request #242 from g0wfv/develop
more RSSI tweaks for LCDproc
2017-01-08 14:10:48 +00:00
Tony Corbett G0WFV
533334f0cc more RSSI tweaks for LCDproc
It would seem I forgot to add a clearDMR routine here too ...
2017-01-08 12:38:08 +00:00
Jonathan Naylor
8fc13bb9a1 Merge pull request #241 from g0wfv/develop
Still more LCD RSSI display fettling
2017-01-08 10:11:51 +00:00
Tony Corbett G0WFV
7e23ebf90f Still more LCD RSSI display fettling
LCDproc: rethink of how RSSI is displayed for DMR to match HD44780 version (all modes 4-line screens only).  Once it's working correctly, display on smaller screens can be revisited as scrolling should make display of RSSI feasible on smaller LCDs driven with LCDproc as opposed to directly by the host.

HD44780: Clean up and make displayed values uniform by specifying number of characters in value and inserting a missing minus for P25!
2017-01-08 09:37:17 +00:00
Jonathan Naylor
78e0327dd3 Merge pull request #240 from g0wfv/develop
More fettling for HD44780 RSSI
2017-01-07 15:18:25 +00:00
Tony Corbett G0WFV
74fcf4f3af More fettling for HD44780 RSSI 2017-01-07 14:06:05 +00:00
Jonathan Naylor
5968f3b47c Remove RSSI log data if no RSSI data to show. 2017-01-07 12:25:03 +00:00
Jonathan Naylor
1a7dac65eb Merge pull request #239 from g0wfv/develop
HD44780 RSSI fettling
2017-01-07 11:49:11 +00:00
Tony Corbett G0WFV
08970c9c7f HD44780 RSSI: fix typo 2017-01-07 11:42:42 +00:00
Tony Corbett G0WFV
e8010a4515 More HD44780 RSSI fettling 2017-01-07 11:40:26 +00:00
Tony Corbett G0WFV
1df5251bcf HD44780 RSSI fettling
Remove slot titles and fit string into max of 7 characters to allow for display on 16 character screens

Add RSSI to clearDMRInt function
2017-01-07 11:33:09 +00:00