mirror of
https://github.com/ShaYmez/MMDVM_CM.git
synced 2026-06-08 08:54:51 -04:00
Wires-X upper case for YSF2NXDN and YSF2P25
This commit is contained in:
+3
-2
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (C) 2016,2017 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2018 by Andy Uribe CA6JAU
|
||||
* Copyright (C) 2018,2019 by Andy Uribe CA6JAU
|
||||
* Copyright (C) 2018 by Manuel Sanchez EA7EE
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -334,7 +334,8 @@ int CYSF2P25::run()
|
||||
|
||||
// CWiresX Control Object
|
||||
if (enableWiresX) {
|
||||
m_wiresX = new CWiresX(m_callsign, suffix, m_ysfNetwork, TGList);
|
||||
bool makeUpper = m_conf.getWiresXMakeUpper();
|
||||
m_wiresX = new CWiresX(m_callsign, suffix, m_ysfNetwork, TGList, makeUpper);
|
||||
m_dtmf = new CDTMF;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user