mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-24 09:20:20 +01:00
Add inch sign
This commit is contained in:
parent
94aa27cc4b
commit
f47456ae0b
|
|
@ -588,7 +588,7 @@ void CMMDVMHost::createDisplay()
|
|||
std::string port = m_conf.getNextionPort();
|
||||
unsigned int brightness = m_conf.getNextionBrightness();
|
||||
|
||||
LogInfo(" Size: %s", size.c_str());
|
||||
LogInfo(" Size: %s\"", size.c_str());
|
||||
LogInfo(" Port: %s", port.c_str());
|
||||
LogInfo(" Brightness: %u", brightness);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue