mirror of
https://github.com/ShaYmez/MMDVM_CM.git
synced 2025-08-01 13:02:27 -04:00
Merge pull request #53 from AndyTaylorTweet/master
Fix garbled audio back from P25 when using YSF2P25
This commit is contained in:
commit
5c3c3b3d06
@ -51,7 +51,7 @@ m_fichCallMode(0U),
|
||||
m_fichFrameTotal(6U),
|
||||
m_fichMessageRoute(0U),
|
||||
m_fichVOIP(0U),
|
||||
m_fichDataType(2U),
|
||||
m_fichDataType(3U),
|
||||
m_fichSQLType(0U),
|
||||
m_fichSQLCode(0U),
|
||||
m_ysfDT1(),
|
||||
|
@ -20,6 +20,6 @@
|
||||
#if !defined(VERSION_H)
|
||||
#define VERSION_H
|
||||
|
||||
const char* VERSION = "20200605";
|
||||
const char* VERSION = "20210208";
|
||||
|
||||
#endif
|
||||
|
@ -20,7 +20,7 @@ WiresXMakeUpper=1
|
||||
# FICHFrameTotal=6
|
||||
# FICHMessageRoute=0
|
||||
# FICHVOIP=0
|
||||
# FICHDataType=2
|
||||
# FICHDataType=3
|
||||
# FICHSQLType=0
|
||||
# FICHSQLCode=0
|
||||
DT1=1,34,97,95,43,3,17,0,0,0
|
||||
|
Loading…
x
Reference in New Issue
Block a user