Fix disappeared callsign from the display of FT1XDR

This commit is contained in:
Andy CA6JAU 2018-09-04 23:08:57 -03:00
parent 97450a7cbb
commit eb27130f10
2 changed files with 3 additions and 4 deletions

View File

@ -20,6 +20,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20180805";
const char* VERSION = "20180904";
#endif

View File

@ -913,7 +913,7 @@ int CYSF2DMR::run()
fich.setDT(YSF_DT_VD_MODE2);
fich.setSQL(false);
fich.setSQ(0U);
fich.setCM(YSF_CM_GROUP2);
fich.setMR(2U);
if (m_remoteGateway) {
fich.setVoIP(false);
@ -957,7 +957,7 @@ int CYSF2DMR::run()
fich.setDT(YSF_DT_VD_MODE2);
fich.setSQL(false);
fich.setSQ(0U);
fich.setCM(YSF_CM_GROUP2);
fich.setMR(2U);
if (m_remoteGateway) {
fich.setVoIP(false);
@ -1022,7 +1022,6 @@ int CYSF2DMR::run()
fich.setDT(YSF_DT_VD_MODE2);
fich.setSQL(false);
fich.setSQ(0U);
fich.setCM(YSF_CM_GROUP2);
if (m_remoteGateway) {
fich.setVoIP(false);