mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
POCSAG bug fixing.
This commit is contained in:
parent
b398bba1ea
commit
84dd3bf887
3 changed files with 54 additions and 37 deletions
|
|
@ -686,7 +686,7 @@ void CNextion::writePOCSAGInt(uint32_t ric, const std::string& message)
|
|||
sendCommandAction(6U);
|
||||
}
|
||||
|
||||
char text[30U];
|
||||
char text[80U];
|
||||
::sprintf(text, "dim=%u", m_brightness);
|
||||
sendCommand(text);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue