Commit graph

2595 commits

Author SHA1 Message Date
Shawn Chain
31408d4a33 Fix DMREMB fec decode bug 2019-12-07 15:47:43 +08:00
Jonathan Naylor
6713e0f52b
Merge pull request #540 from simonvik/patch-1
Add wiringpi as build dep when building the oled target.
2019-12-04 14:12:26 +00:00
Simon Vikström
1ba4879224
Update OLED.md
wiringpi is needed when building the OLED target.
2019-12-04 15:07:54 +01:00
SASANO Takayoshi
f3844ceae8 Add Surenoo UART-TFT panel (1.8inch, 128x160) support.
HobbyTronics TFT Shield has discontinued, here is a replacement TFT module
that can be controlled from UART.

Different from TFT Shield, it cannot display figures that stored in
micro SD card. So appearance is simplified like OLED.

Surenoo module sometimes ignores display commands (in busy stuation?),
this driver buffers display status and refresh at clockInt().
2019-12-01 16:33:19 +09:00
Jonathan Naylor
b29e1d0050
Merge pull request #536 from maierp/maier_p_dont_remove_ovcm
Don't remove OVCM bit. Only set it when configured.
2019-11-29 16:15:10 +00:00
Patrick Maier
9234dfcf6a Don't remove OVCM bit. Only set it when configured. 2019-11-23 11:11:53 +01:00
Jonathan Naylor
ed7f593e07 Remove the duplicate end of DMR transmission network message. 2019-11-20 08:13:26 +00:00
Jonathan Naylor
de88f09b68
Merge pull request #534 from shawnchain/fix_ovcm_config
Change ovcm config to int value
2019-11-19 07:53:18 +00:00
Shawn Chain
2ecd9b3440 fix OVCM enum logical check 2019-11-19 11:05:45 +08:00
Shawn Chain
c2584066d8 Correct the m_ovcm flag check in DMRSlot 2019-11-18 20:47:56 +08:00
Shawn Chain
88d91e420a use enum DMR_OVCM_TYPES 2019-11-17 10:57:58 +08:00
Shawn Chain
d5b08ea7ea fix config comment typo 2019-11-16 23:14:55 +08:00
Shawn Chain
2f9595949a Change ovcm config to int value 2019-11-16 23:06:26 +08:00
Jonathan Naylor
aa7ae2371c
Merge pull request #533 from maierp/maier_p_ovcm_rx
Config setting for sending OVCM to network (RX)
2019-11-15 11:58:02 +00:00
Jonathan Naylor
b38ba239a8 Merge branch 'master' into dmr_beacons 2019-11-13 08:41:11 +00:00
Patrick Maier
7cdbbdecb0 fix missing changes of ovcmRX in MMDVMHost.cpp 2019-11-09 20:50:03 +01:00
Patrick Maier
6caffb2bc0 Separate the config if OVCM should be supported in sending and receiving direction 2019-11-09 17:22:39 +01:00
Jonathan Naylor
8d88d8e5ed Update the NXDN IDs file from radioid.net. 2019-11-07 14:02:40 +00:00
Jonathan Naylor
484b0f3e25 Update the DMR Ids. 2019-11-07 13:53:57 +00:00
Jonathan Naylor
231efdf567 Clean up the OVCM CSBK code. 2019-11-07 13:47:19 +00:00
Jonathan Naylor
e74df4875b
Merge pull request #532 from maierp/maierp_ovcm_in_csbk
Include ovcm also in csbk
2019-11-06 15:28:34 +00:00
Florian (DF2ET)
fa8d735b1b
Merge pull request #531 from shawnchain/disable_ovcm_ini
Comment out the OVCM=1 in MMDVM.ini
2019-11-06 06:51:57 +01:00
Shawn Chain
c18c0a3105 Comment out the OVCM=1 in MMDVM.ini 2019-11-06 13:23:49 +08:00
Jonathan Naylor
bc5a1d24c4 Make the default for OVCM to be off. 2019-11-05 15:49:00 +00:00
Jonathan Naylor
f4f745d58c Fix variable scope bug. 2019-11-05 12:44:56 +00:00
phl0
4be7ccd924
Fix changed type for dmr_Beacons 2019-11-05 12:50:59 +01:00
Jonathan Naylor
ef1631ac33 Convert strncpy to memcpy to avoid static analysis complaints. 2019-11-05 09:01:49 +00:00
Jonathan Naylor
98e0869257 Re-introduce optional network DMR beacons. 2019-11-05 08:42:21 +00:00
Jonathan Naylor
079c95aac1
Merge pull request #527 from R1IK-Yakov/patch-1
Update NXDN.csv
2019-10-24 12:02:48 +01:00
Yakov Danilov
e885c84f6e
Update NXDN.csv
Add 10713,R1IK,Yakov,Danilov,Syktyvkar,Komi,Russia,nxdn.r1ik.ru
2019-10-22 17:05:40 +03:00
Patrick Maier
529fdf88eb possible fix 2019-10-18 20:13:08 +02:00
maierp
1ed79d01c0
Merge pull request #2 from maierp/master
Merge changes from master to sidebranch
2019-10-18 19:58:16 +02:00
maierp
cd40f6602d
Merge pull request #1 from g4klx/master
Merge new commits from g4ktx/MMDVMHost to maierp/MMDVMHost
2019-10-18 19:56:14 +02:00
Patrick Maier
1993262c52 Also set the OVCM bit in the two supported CSBKs: "Unit to Unit Voice Service Request CSBK" and "Unit to Unit Voice Service Answer Response CSBK" 2019-10-18 19:40:35 +02:00
Jonathan Naylor
56298d14c4
Merge pull request #525 from dk5ras/dk5ras-OVCM-patch-1
Fix issue in DMRLC.cpp
2019-10-15 12:14:37 +01:00
Ralph A. Schmid
0711a2b391
Fix issue in DMRLC.cpp
The position of the OVCM bit was counted from the wrong end of the byte - fixed this (DK5MP and me had the same issue when we made our first OVCM tests)...
2019-10-15 12:24:58 +02:00
Jonathan Naylor
6bababeb96 Add OVCM support. 2019-10-11 18:24:25 +01:00
Jonathan Naylor
16a8bfd757 Remove use of NULL m_rfLC. 2019-10-10 13:06:28 +01:00
Jonathan Naylor
4f3ca97e69 Remove use of NULL m_netLC. 2019-10-10 11:53:08 +01:00
sp5lg
bb0bd4bb46 DStar SelfOnly with WhiteList (beautyfied) 2019-10-06 16:29:57 +02:00
sp5lg
ed79a7176a DStar SelfOnly with WhiteList 2019-10-06 16:15:25 +02:00
Jonathan Naylor
87e60a81f8 Add end of transmission data to DMR. 2019-09-29 17:30:25 +01:00
Jonathan Naylor
0b7f2e1e4b Add end of transmission data for D-Star. 2019-09-29 17:06:22 +01:00
Jonathan Naylor
0eae2c8224 Add extra end of transmission data for YSF. 2019-09-29 16:59:11 +01:00
Jonathan Naylor
881b32f0a9 Add extra information for NXDN end of transmission. 2019-09-29 16:53:57 +01:00
Jonathan Naylor
54ae56942f Add P25 end of transmission data. 2019-09-29 16:34:56 +01:00
Florian Wolters
005590b6aa
Minor code beauty 2019-09-27 22:48:57 +02:00
Florian (DF2ET)
78753cbbad
Merge pull request #521 from sp5lg/master
Introducing LogoScreensaver=1 or 0 parameter for blanking OLED display
2019-09-27 22:46:30 +02:00
sp5lg
bd5117b9e4 Introducing LogoScreensaver=1 or 0 parameter for blanking OLED diplays in idle 2019-09-27 22:28:57 +02:00
Jonathan Naylor
d0dbb1127b
Merge pull request #516 from hewittc/overflow
Fix a couple of buffer overflows
2019-09-03 21:17:51 +01:00