Commit graph

1537 commits

Author SHA1 Message Date
Tony Corbett G0WFV
8a9a9ac473 HD44780: Completely disable scrolling and optimise DMR layouts for non-scrolling 2016-10-02 11:38:54 +01:00
Jonathan Naylor
73cd839b24 Disable all formats by default. 2016-09-30 11:41:56 +01:00
Jonathan Naylor
597f8ae663 Merge pull request #166 from g0wfv/develop
Add mode clarification to DMRNetwork.cpp log output and add 2.8" Nextion to README.md
2016-09-29 22:02:20 +01:00
Jonathan Naylor
fc884179c3 Merge pull request #167 from phl0/dev
Change font size for 2.4" Nextion displays
2016-09-29 22:01:20 +01:00
Tony Corbett G0WFV
795d8d60a1 Add 2.8" Nextion to README.md 2016-09-29 21:46:30 +01:00
Tony Corbett G0WFV
6f47225ed1 Add mode clarification to DMRNetwork.cpp log output
Consistency in log message output to assist identification of where messages are coming from
2016-09-29 21:40:37 +01:00
phl0
673eaf4691
Change font size for 2.4" Nextion displays 2016-09-29 22:16:42 +02:00
Jonathan Naylor
00dfa56dcb Revert "Revert the move of the timer."
This reverts commit 21a786329e.
2016-09-29 20:23:19 +01:00
Jonathan Naylor
ca1a5aaaf9 Merge pull request #164 from g0wfv/develop
DStar & DMR: Disable HD44780 scrolling to solve audio decode issues.
2016-09-29 20:16:12 +01:00
Tony Corbett G0WFV
3e292fb70e Merged branch master into develop 2016-09-29 20:11:50 +01:00
Jonathan Naylor
21a786329e Revert the move of the timer. 2016-09-29 20:03:54 +01:00
Tony Corbett G0WFV
2f24372aaa Merged branch master into develop 2016-09-29 20:00:43 +01:00
Tony Corbett G0WFV
a8a9b34d33 Merged branch develop into develop 2016-09-29 19:47:57 +01:00
Tony Corbett G0WFV
5e3e5daad9 D-Star: Redesign HD44780 layouts 2016-09-29 19:47:41 +01:00
Tony Corbett G0WFV
a53a033be5 Merge branch 'develop' of http://github.com/g0wfv/MMDVMHost into develop 2016-09-29 19:46:40 +01:00
Tony Corbett G0WFV
5bc68fdef1 D-Star: Reformat HD44780 screens after disabling scrolling 2016-09-29 19:44:13 +01:00
Jonathan Naylor
dd73ccb578 Try and make the network protocol closer to that of a Quantar. 2016-09-29 18:47:36 +01:00
Tony Corbett G0WFV
9dc58c2704 Merged branch master into develop 2016-09-29 18:09:39 +01:00
Tony Corbett G0WFV
983b0b9142 DStar & DMR: Disable HD44780 scrolling to solve audio problems 2016-09-29 18:06:55 +01:00
Jonathan Naylor
897d8c7d92 Remove annoying RS decoder failure log message. 2016-09-29 17:48:29 +01:00
Jonathan Naylor
c0ac75ba2f Fix P25 network infinite recursion. 2016-09-29 17:45:38 +01:00
Jonathan Naylor
a91b5786ee Merge pull request #163 from phl0/dev
Disable networks by default or if missing in MMDVM.ini
2016-09-29 13:00:27 +01:00
phl0
157bc8c058
Disable networks by default or if missing in MMDVM.ini 2016-09-29 13:09:02 +02:00
Jonathan Naylor
0306659259 Correct range of loop for size of input data. 2016-09-28 09:26:23 +01:00
Jonathan Naylor
2c815f0a2f Merge pull request #159 from phl0/dev
Change conflicting ports
2016-09-28 09:18:03 +01:00
phl0
506678dfe4
Change conflicting ports 2016-09-28 09:55:02 +02:00
Jonathan Naylor
bfa8bd4f4b Modify the delayed packet sending. 2016-09-28 08:10:19 +01:00
Jonathan Naylor
f627a18dd8 Handle network end markers and missing end of LDU frames. 2016-09-28 07:53:45 +01:00
Jonathan Naylor
b0aecf12eb Small tweaks for the network data format. 2016-09-28 07:17:11 +01:00
Jonathan Naylor
7cd591fe15 Merge pull request #158 from g0wfv/develop
D-Star: Solve insertion of silence packets at start of every over
2016-09-28 06:31:20 +01:00
Tony Corbett G0WFV
150cf171bc Solve insertion of silence at start of every D-Star over 2016-09-27 23:09:19 +01:00
Jonathan Naylor
5e22470b98 Enable the P25 network interface. 2016-09-27 20:46:41 +01:00
Jonathan Naylor
fd7931310e Remove unneeded RSSI code for non DMR protocols. 2016-09-27 19:55:36 +01:00
Jonathan Naylor
25cfff3ada Merge branch 'master' into P25 2016-09-27 19:47:07 +01:00
Jonathan Naylor
1fd4ecbf9a Simple P25 silence insertion. 2016-09-27 19:26:24 +01:00
Jonathan Naylor
8ef6c5c70b Validate P25 RF late entry. 2016-09-27 18:59:17 +01:00
Jonathan Naylor
614ee83f08 Add LDU1 Reed-Solomon encoding and decoding. 2016-09-27 18:36:08 +01:00
Jonathan Naylor
018b6e4dec Cleanups to the Modem and Reed-Solomon code. 2016-09-27 07:56:00 +01:00
Jonathan Naylor
7447eee328 Disable RS encoding for now. 2016-09-27 07:08:38 +01:00
Jonathan Naylor
fb6c2e7911 Use dummy non encryption headers for the Header and LDU2. 2016-09-27 07:00:09 +01:00
Jonathan Naylor
de3d9d46b3 Set the packet timer correctly. 2016-09-27 06:45:42 +01:00
Jonathan Naylor
e1af1894a5 Correct D-Star silence infilling. 2016-09-26 18:10:51 +01:00
Jonathan Naylor
9408367a0f Allow for remote System Fusion gateway operation. 2016-09-26 18:07:06 +01:00
Jonathan Naylor
3a20b886d4 Merge pull request #156 from g0wfv/develop
Attempt to recover from ring buffer overflows (#141)
2016-09-23 15:03:59 +01:00
Tony Corbett G0WFV
7ae770a79e Attempt to recover from ring buffer overflows (#141) 2016-09-23 14:48:44 +01:00
Jonathan Naylor
2aa3156d59 Merge pull request #155 from g0wfv/develop
Fix compiler warnings for DMRAccessControl
2016-09-23 13:44:40 +01:00
Tony Corbett G0WFV
cfe5230182 Fix compiler warnings for DMRAccessControl 2016-09-23 12:47:13 +01:00
Jonathan Naylor
f6a485fe6b Merge pull request #154 from phl0/P25bugfix
Fix memset and memcpy errors
2016-09-23 11:48:28 +01:00
phl0
e7e9cabe8d
Fix memset and memcpy errors 2016-09-23 12:12:39 +02:00
Jonathan Naylor
312e9eca43 Merge pull request #153 from vk4tux/patch-17
Create DMRIds.dat
2016-09-23 09:26:54 +01:00