Commit graph

2737 commits

Author SHA1 Message Date
Jonathan Naylor 2a5c6451bd The missing .tft file. 2016-04-07 06:51:22 +01:00
Jonathan Naylor c2af4dbfcc And the associated .ini file. 2016-04-06 19:55:28 +01:00
Jonathan Naylor a731703ac9 Add initial support for the Nextion display. 2016-04-06 19:53:25 +01:00
Jonathan Naylor 371684ae03 Add black list functionality for D-Star and DMR. 2016-04-06 18:46:05 +01:00
Jonathan Naylor 3ee457830b Allow for the configuration of the HD44780 pins. 2016-04-06 17:43:20 +01:00
Jonathan Naylor f7e2cff004 Use the STL find function instead of an iterator. 2016-04-06 17:24:14 +01:00
Jonathan Naylor 8d97e8f6f9 Disable the DMR prefixes by default. 2016-04-05 06:28:00 +01:00
Jonathan Naylor 6032b4a24e Merge pull request #7 from phl0/master
Clear line with URcall while going to LISTENING mode
2016-04-05 06:25:18 +01:00
phl0 c0037e8098 Clear line with URcall while going to LISTENING mode 2016-04-04 23:42:15 +02:00
Jonathan Naylor cdec0ae1a4 Bump the version date. 2016-04-04 19:40:13 +01:00
Jonathan Naylor a2130421a9 Add DMR prefix checking. 2016-04-04 19:03:38 +01:00
Jonathan Naylor ea51eee15c Allow for locking the MMDVM to the callsign or id of the
repeater/hostspot.
2016-04-04 17:40:05 +01:00
Jonathan Naylor 5c6e0ea4c1 Fix assert error. 2016-04-04 17:00:59 +01:00
Jonathan Naylor 9d03c83609 Allow for setting of outgoing port number on DMR networking. 2016-04-03 19:11:45 +01:00
Jonathan Naylor 582775aeed Add a playout timer to avoid flooding the modem with data. 2016-03-31 11:42:12 +01:00
Jonathan Naylor f5a6bdc6bb Bump the version date. 2016-03-29 20:10:31 +01:00
Jonathan Naylor 4c80f52131 Standardise the number of headers transmitted. 2016-03-29 18:06:17 +01:00
Jonathan Naylor 3675153d11 Use an explicit mode change for DMR. 2016-03-29 17:59:15 +01:00
Jonathan Naylor d3f8e65dd8 Slow down the modem status polling. 2016-03-29 17:56:30 +01:00
Jonathan Naylor 30d1661505 Bump the version date. 2016-03-26 21:39:56 +00:00
Jonathan Naylor f7f78115ab Set mode to DMR for simplex hotspots. 2016-03-25 20:54:51 +00:00
Jonathan Naylor 5b5ccf5f78 Bump the version date. 2016-03-23 17:51:58 +00:00
Jonathan Naylor 49a278a952 Add the BER and a future RSSI to the DMR data. 2016-03-23 17:30:06 +00:00
Jonathan Naylor 1df9c159cb Bump the version date. 2016-03-22 06:38:40 +00:00
Jonathan Naylor b19c46ff2c Add an error display. 2016-03-21 22:47:58 +00:00
Jonathan Naylor a3c25766c0 Handle any frequency offset in the oscillator. 2016-03-21 21:50:45 +00:00
Jonathan Naylor dc08c18db7 Handle the slow delivery of serial data from the modem better. 2016-03-21 18:16:58 +00:00
Jonathan Naylor 8e5387c4ee Fix silly sequence number bug. 2016-03-21 18:13:21 +00:00
Jonathan Naylor fa55636fff Move TFTSerial images to their own directory. 2016-03-19 19:11:28 +00:00
Jonathan Naylor 471b8165c9 Rationalisation of debugging messages. 2016-03-17 22:46:37 +00:00
Jonathan Naylor 5819ceac1d Bump the version date. 2016-03-17 19:35:01 +00:00
Jonathan Naylor efa9ec1977 Add DMR slot delay parameter. 2016-03-17 18:12:14 +00:00
Jonathan Naylor 337ec7dc97 More warning messages for pathological modems. 2016-03-17 17:54:37 +00:00
Jonathan Naylor 40def7dd70 Drain the serial queue of invalid data. 2016-03-16 08:08:28 +00:00
Jonathan Naylor 702ea80edf More intelligent handling of badly formed modem messages. 2016-03-16 07:56:27 +00:00
Jonathan Naylor 4760f7aa64 More work on DMR Data Header block counts. 2016-03-15 22:46:36 +00:00
Jonathan Naylor e1b1d13e74 Handle the Appended Blocks count in some DMR Data Headers. 2016-03-15 21:51:00 +00:00
Jonathan Naylor 0a8c633ff5 Handle data headers with zero blocks to follow. 2016-03-15 20:28:19 +00:00
Jonathan Naylor 643807639e Reformat a comment. 2016-03-15 20:28:01 +00:00
Jonathan Naylor cc56ad80d8 Bump the version date. 2016-03-15 19:03:44 +00:00
Jonathan Naylor a93c688105 Spelling mistake in log entry. 2016-03-15 19:02:20 +00:00
Jonathan Naylor d1664b4275 Add asserts. 2016-03-15 17:20:10 +00:00
Jonathan Naylor 9b80c2e6fe Change the display for D-Star and Fusion if we have more than two lines. 2016-03-15 11:42:36 +00:00
Jonathan Naylor 81d597dc50 Update HD44780.cpp 2016-03-15 09:39:04 +00:00
Jonathan Naylor 92f7cab3d1 Initialise the main wiringPi library at the beginning. 2016-03-15 09:38:15 +00:00
Jonathan Naylor 0d3ef945ff Add information about display options. 2016-03-15 09:28:27 +00:00
Jonathan Naylor 78424ca4d9 Added the LCD support for wiringPi. 2016-03-15 08:56:40 +00:00
Jonathan Naylor bf92e1013c Change HD44780 define from RASPBERRY_PI to HD44780. 2016-03-15 07:53:38 +00:00
Jonathan Naylor c698cfb887 Further changes to HD44780 support on the Pi. 2016-03-15 07:12:52 +00:00
Jonathan Naylor 070bf2bff4 Add the HD4470 type display to Raspberry Pis. 2016-03-14 22:58:09 +00:00