Commit graph

1995 commits

Author SHA1 Message Date
Jonathan Naylor d43a057f7a
Merge pull request #517 from msraya/patch-1
Keep DG-ID Information
2019-09-24 10:04:43 +01:00
msraya 3c4f98a9a6
Keep DG-ID Information
Remove setDGID to zero. 
Keep change DGID if selected in configuration file.
2019-09-05 12:39:20 +02:00
Andy CA6JAU 0b9c1b1362 Support for D2RG MMDVM_HS 2019-05-29 21:22:53 -04:00
Jonathan Naylor 99c8b23f41
Merge pull request #506 from shawnchain/pr503-cleanup
update OLED.h
2019-05-15 17:38:26 +01:00
Shawn Chain 750ef77321 update OLED.h 2019-05-15 23:32:10 +08:00
Jonathan Naylor 73bf04ad4b
Merge pull request #505 from shawnchain/pr503-cleanup
remove unused variables from OLED class
2019-05-14 13:25:19 +01:00
Shawn Chain 814059ff35 remove unused variables from OLED class 2019-05-14 18:19:02 +08:00
Jonathan Naylor ffd5cd1a0b Fix the Windows build for the CASTInfo display driver. 2019-05-11 11:40:08 +01:00
Jonathan Naylor 2aa130e22f
Merge pull request #503 from GuusvanDooren/master
QSO info removed from OLED. QSO info add via CASTInfo.
2019-05-10 22:06:34 +01:00
GuusvanDooren 847652f8ce Update make files. 2019-05-10 22:54:14 +02:00
GuusvanDooren 6d83bfb8bc QSO info removed from OLED. QSO info add via CASTInfo. 2019-05-10 20:44:01 +02:00
Jonathan Naylor 5acef270d1
Merge pull request #498 from jg1uaa/master
Add OpenBSD support
2019-03-18 08:03:53 +00:00
SASANO Takayoshi 7cf1e602e6 Use system default compiler. At least there is no difference under Linux.
OpenBSD's gcc is old (4.2) so we have to use clang-6.0.0 compiler.
2019-03-13 20:33:02 +09:00
SASANO Takayoshi 4e910ef970 I2C support is only Linux.
So code should be compiled under Linux, not avoiding Apple.
2019-03-13 20:30:49 +09:00
SASANO Takayoshi e5a1ed5de5 There is no I2C related code, <linux/i2c-dev.h> removed. 2019-03-13 20:29:45 +09:00
SASANO Takayoshi 9d3a58c103 <netinet/in.h> of Linux automatically includes <sys/socket.h>,
but OpenBSD's not. So added it.
2019-03-13 20:18:12 +09:00
Andy CA6JAU c47d783d2d
Merge pull request #496 from jake-b/master
Minor fix for status bar scrolling
2019-03-09 15:06:37 -03:00
Jake ed71aab1da Minor fix for status bar scrolling 2019-03-09 13:04:12 -05:00
Jonathan Naylor e88964a777 Simplify the tty test. 2019-02-28 07:56:00 +00:00
Jonathan Naylor 9350fa8483 Allow for non-TTY links to the modem. 2019-02-27 19:36:17 +00:00
Jonathan Naylor 0dd446eb29 Fix compile issue. 2019-02-12 20:45:03 +00:00
Jonathan Naylor 72fe13780f Remove the old System Fusion SQL config option and processing. 2019-02-12 11:29:05 +00:00
Jonathan Naylor c3c5fe1a5a Remove more redundant code. 2019-01-31 08:29:31 +00:00
Jonathan Naylor 26bbbefc40 Bump the version date. 2019-01-31 08:25:49 +00:00
Jonathan Naylor f88c9826a7 Remove redundant code. 2019-01-31 08:25:35 +00:00
Jonathan Naylor 6d719353c6 Loosen fast data admission criteria. 2019-01-30 20:20:15 +00:00
Jonathan Naylor 317bda0177 Check the guard byte on fast data as well as the mini header. 2019-01-29 22:32:24 +00:00
Jonathan Naylor 9cc2bfaaec Fix the silence insertion for D-Star. 2019-01-28 07:50:43 +00:00
Jonathan Naylor 99d4a9bc51 Simplify the D-Star sequence number processing. 2019-01-27 20:15:14 +00:00
Jonathan Naylor ff0082b18b Only test the slow data type in the correct place. 2019-01-26 19:25:12 +00:00
Jonathan Naylor 6c07786f1b Merge branch 'master' into fast_data 2019-01-26 12:57:59 +00:00
Jonathan Naylor fe2a01e1b1 Fix DMR beacon bug spotted by Shawnchain. 2019-01-26 12:56:24 +00:00
Jonathan Naylor 59cb07329d Place the scrambled null data regeneration into the right place. 2019-01-25 12:40:31 +00:00
Jonathan Naylor 16bf9d5745 Don't forget to descramble the byte first. 2019-01-25 11:38:03 +00:00
Jonathan Naylor a9b7179d13 New way to detect D-Star fast data mode. 2019-01-25 11:23:51 +00:00
phl0 79805f0fa8
Fix typo 2019-01-23 10:09:34 +01:00
Jonathan Naylor d89a156523 Fix silly bug. 2019-01-23 08:50:22 +00:00
Jonathan Naylor 1ead913859 Restructure POCSAG code to allow for two input data streams. 2019-01-23 08:21:47 +00:00
Jonathan Naylor 9b2352c877 Beginnings of allowing for local POCSAG message transmissions. 2019-01-22 21:33:49 +00:00
Jonathan Naylor ec986d97ee Fixed silly bug. 2019-01-22 14:56:15 +00:00
Jonathan Naylor b2050e673b Allow for optional fixed modes. Inspired by Adrian VK4TUX. 2019-01-22 14:38:38 +00:00
Jonathan Naylor d02122b922 Fix bug in use of std::vector size, thanks to Flo DF2ET. 2019-01-22 14:38:06 +00:00
Jonathan Naylor b57d42327a Make the remote command handler more flexible and add an optional
timeout to the new mode.
2019-01-22 13:40:02 +00:00
Jonathan Naylor 8ae8894d6f Remove the concept of fixed modes. 2019-01-21 08:42:32 +00:00
Jonathan Naylor 6b7dba92aa Correct the YSF DN mode BER calculation based on Andy CA6JAU's
observations.
2019-01-20 20:33:51 +00:00
Jonathan Naylor 0f6945ef4e Stop any response from any mode when not enabled. 2019-01-20 17:09:40 +00:00
Jonathan Naylor 3d164b4148 Fix bug in remote command logging, thanks to Phil M0VSE for finding it. 2019-01-20 17:01:28 +00:00
Jonathan Naylor 393b53f8a1 Enable the modes in Idle mode and when enabled (obviously). 2019-01-19 21:28:58 +00:00
Jonathan Naylor c344bd4eb9 Add VS2017 files for Remote Command. 2019-01-19 17:27:41 +00:00
Jonathan Naylor ae9e6ea6ab Reset the mode's state machines when going to the disabled state. 2019-01-19 17:15:24 +00:00