Commit graph

248 commits

Author SHA1 Message Date
Jonathan Naylor e62ff87811 Change the return value on zero lookups. 2016-04-11 12:29:03 +01:00
Jonathan Naylor 4329c627db Hopefully fix the missing display of the first transmission in all modes. 2016-04-11 12:21:46 +01:00
Jonathan Naylor 9c283395fd The beginnings of DMR Id to callsign lookups. 2016-04-11 11:52:21 +01:00
Jonathan Naylor 8dfa91beb1 Merge pull request #11 from phl0/call_dmrid_lcd
Fix indentation error
2016-04-11 11:09:33 +01:00
phl0 e3263bffe1 Fix indentation error 2016-04-11 12:06:33 +02:00
Jonathan Naylor ad1b30341d Add the callsign and DMR Id to the TFT Serial. 2016-04-11 10:55:20 +01:00
Jonathan Naylor 409c1e5154 Merge pull request #10 from phl0/call_dmrid_lcd
Add callsign and DMR id to displays idle screen
2016-04-11 10:43:42 +01:00
phl0 41ffcc4cab Add callsign and DMR id to displays idle screen 2016-04-08 13:47:05 +02:00
Jonathan Naylor b862797ca9 Update the readme based on software development. 2016-04-07 15:19:38 +01:00
Jonathan Naylor 09a16a37a6 Add .tft file uploader. 2016-04-07 08:05:30 +01:00
Jonathan Naylor 87987acbcb Update DMR text positions. 2016-04-07 07:16:42 +01:00
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