mirror of
https://github.com/ShaYmez/MMDVM_CM.git
synced 2025-06-18 13:12:26 -04:00
Minor fixes
This commit is contained in:
parent
8d7854999b
commit
00606bb544
@ -110,8 +110,8 @@ private:
|
|||||||
unsigned char m_fichDataType;
|
unsigned char m_fichDataType;
|
||||||
unsigned char m_fichSQLType;
|
unsigned char m_fichSQLType;
|
||||||
unsigned char m_fichSQLCode;
|
unsigned char m_fichSQLCode;
|
||||||
unsigned char m_ysfDT1[10];
|
unsigned char m_ysfDT1[10U];
|
||||||
unsigned char m_ysfDT2[10];
|
unsigned char m_ysfDT2[10U];
|
||||||
char m_ysfRadioID[5];
|
char m_ysfRadioID[5];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -48,7 +48,6 @@ const char* HEADER1 = "This software is for use on amateur radio networks only,"
|
|||||||
const char* HEADER2 = "it is to be used for educational purposes only. Its use on";
|
const char* HEADER2 = "it is to be used for educational purposes only. Its use on";
|
||||||
const char* HEADER3 = "commercial networks is strictly prohibited.";
|
const char* HEADER3 = "commercial networks is strictly prohibited.";
|
||||||
const char* HEADER4 = "Copyright(C) 2018 by CA6JAU, G4KLX and others";
|
const char* HEADER4 = "Copyright(C) 2018 by CA6JAU, G4KLX and others";
|
||||||
const char ysf_radioid[] = {'H', '5', '0', '0', '0'};
|
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
@ -5,18 +5,18 @@ GatewayPort=4200
|
|||||||
LocalAddress=127.0.0.1
|
LocalAddress=127.0.0.1
|
||||||
LocalPort=3200
|
LocalPort=3200
|
||||||
FCSRooms=FCSRooms.txt
|
FCSRooms=FCSRooms.txt
|
||||||
#RadioID=*****
|
RadioID=*****
|
||||||
#FICHCallsign=2
|
FICHCallsign=2
|
||||||
#FICHCallMode=0
|
FICHCallMode=0
|
||||||
#FICHBlockTotal=0
|
FICHBlockTotal=0
|
||||||
#FICHFrameTotal=7
|
FICHFrameTotal=7
|
||||||
#FICHMessageRoute=0
|
FICHMessageRoute=0
|
||||||
#FICHVOIP=0
|
FICHVOIP=0
|
||||||
#FICHDataType=2
|
FICHDataType=2
|
||||||
#FICHSQLType=0
|
FICHSQLType=0
|
||||||
#FICHSQLCode=0
|
FICHSQLCode=0
|
||||||
#DT1=49,34,98,95,41,0,0,0,0,0
|
DT1=49,34,98,95,41,0,0,0,0,0
|
||||||
#DT2=0,0,0,0,108,32,28,32,3,8
|
DT2=0,0,0,0,108,32,28,32,3,8
|
||||||
Daemon=0
|
Daemon=0
|
||||||
Debug=0
|
Debug=0
|
||||||
|
|
||||||
|
@ -177,8 +177,8 @@ private:
|
|||||||
unsigned char m_fichDataType;
|
unsigned char m_fichDataType;
|
||||||
unsigned char m_fichSQLType;
|
unsigned char m_fichSQLType;
|
||||||
unsigned char m_fichSQLCode;
|
unsigned char m_fichSQLCode;
|
||||||
unsigned char m_ysfDT1[10];
|
unsigned char m_ysfDT1[10U];
|
||||||
unsigned char m_ysfDT2[10];
|
unsigned char m_ysfDT2[10U];
|
||||||
char m_ysfRadioID[5];
|
char m_ysfRadioID[5];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -50,7 +50,6 @@ const char* HEADER1 = "This software is for use on amateur radio networks only,"
|
|||||||
const char* HEADER2 = "it is to be used for educational purposes only. Its use on";
|
const char* HEADER2 = "it is to be used for educational purposes only. Its use on";
|
||||||
const char* HEADER3 = "commercial networks is strictly prohibited.";
|
const char* HEADER3 = "commercial networks is strictly prohibited.";
|
||||||
const char* HEADER4 = "Copyright(C) 2018,2019 by CA6JAU, EA7EE, G4KLX and others";
|
const char* HEADER4 = "Copyright(C) 2018,2019 by CA6JAU, EA7EE, G4KLX and others";
|
||||||
const char ysf_radioid[] = {'H', '5', '0', '0', '0'};
|
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
@ -21,18 +21,18 @@ EnableWiresX=1
|
|||||||
RemoteGateway=0
|
RemoteGateway=0
|
||||||
HangTime=1000
|
HangTime=1000
|
||||||
WiresXMakeUpper=1
|
WiresXMakeUpper=1
|
||||||
#RadioID=*****
|
RadioID=*****
|
||||||
#FICHCallsign=2
|
FICHCallsign=2
|
||||||
#FICHCallMode=0
|
FICHCallMode=0
|
||||||
#FICHBlockTotal=0
|
FICHBlockTotal=0
|
||||||
#FICHFrameTotal=7
|
FICHFrameTotal=7
|
||||||
#FICHMessageRoute=0
|
FICHMessageRoute=0
|
||||||
#FICHVOIP=0
|
FICHVOIP=0
|
||||||
#FICHDataType=2
|
FICHDataType=2
|
||||||
#FICHSQLType=0
|
FICHSQLType=0
|
||||||
#FICHSQLCode=0
|
FICHSQLCode=0
|
||||||
#DT1=49,34,98,95,41,0,0,0,0,0
|
DT1=49,34,98,95,41,0,0,0,0,0
|
||||||
#DT2=0,0,0,0,108,32,28,32,3,8
|
DT2=0,0,0,0,108,32,28,32,3,8
|
||||||
Daemon=0
|
Daemon=0
|
||||||
|
|
||||||
[DMR Network]
|
[DMR Network]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user