mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Changed type of callsign variable for TFTSerial
This commit is contained in:
parent
f6c7ee79c6
commit
a2413f30db
3 changed files with 6 additions and 6 deletions
|
|
@ -582,7 +582,7 @@ void CMMDVMHost::createDisplay()
|
|||
LogInfo(" Port: %s", port.c_str());
|
||||
LogInfo(" Brightness: %u", brightness);
|
||||
|
||||
m_display = new CTFTSerial(callsign.c_str(), dmrid, port, brightness);
|
||||
m_display = new CTFTSerial(callsign, dmrid, port, brightness);
|
||||
} else if (type == "Nextion") {
|
||||
std::string port = m_conf.getNextionPort();
|
||||
unsigned int brightness = m_conf.getNextionBrightness();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue