mirror of
https://github.com/ShaYmez/MMDVM_CM.git
synced 2024-12-22 09:10:57 -05:00
Merge pull request #35 from AndyTaylorTweet/master
New DT1 value (Credits to nostar for that) and fix broken compile on YSF2DMR
This commit is contained in:
commit
b78bd59041
@ -14,7 +14,7 @@ FCSRooms=FCSRooms.txt
|
||||
# FICHDataType=2
|
||||
# FICHSQLType=0
|
||||
# FICHSQLCode=0
|
||||
DT1=49,34,98,95,41,0,0,0,0,0
|
||||
DT1=1,34,97,95,43,3,17,0,0,0
|
||||
DT2=0,0,0,0,108,32,28,32,3,8
|
||||
Daemon=0
|
||||
Debug=0
|
||||
|
@ -54,9 +54,6 @@ public:
|
||||
std::vector<unsigned char> getYsfDT1();
|
||||
std::vector<unsigned char> getYsfDT2();
|
||||
std::string getYsfRadioID();
|
||||
unsigned char* getYsfDT1();
|
||||
unsigned char* getYsfDT2();
|
||||
char* getYsfRadioID();
|
||||
bool getDaemon() const;
|
||||
|
||||
// The Info section
|
||||
|
@ -31,7 +31,7 @@ WiresXMakeUpper=1
|
||||
# FICHDataType=2
|
||||
# FICHSQLType=0
|
||||
# FICHSQLCode=0
|
||||
DT1=49,34,98,95,41,0,0,0,0,0
|
||||
DT1=1,34,97,95,43,3,17,0,0,0
|
||||
DT2=0,0,0,0,108,32,28,32,3,8
|
||||
Daemon=0
|
||||
|
||||
|
@ -26,7 +26,7 @@ WiresXMakeUpper=1
|
||||
# FICHDataType=2
|
||||
# FICHSQLType=0
|
||||
# FICHSQLCode=0
|
||||
DT1=49,34,98,95,41,0,0,0,0,0
|
||||
DT1=1,34,97,95,43,3,17,0,0,0
|
||||
DT2=0,0,0,0,108,32,28,32,3,8
|
||||
Daemon=0
|
||||
|
||||
|
@ -23,7 +23,7 @@ WiresXMakeUpper=1
|
||||
# FICHDataType=2
|
||||
# FICHSQLType=0
|
||||
# FICHSQLCode=0
|
||||
DT1=49,34,98,95,41,0,0,0,0,0
|
||||
DT1=1,34,97,95,43,3,17,0,0,0
|
||||
DT2=0,0,0,0,108,32,28,32,3,8
|
||||
Daemon=0
|
||||
Debug=0
|
||||
|
Loading…
Reference in New Issue
Block a user