mirror of https://github.com/g4klx/MMDVMHost
Increase the Nextion POCSAG buffer size again.
This commit is contained in:
parent
413a44e088
commit
babb7a3adc
|
|
@ -686,7 +686,7 @@ void CNextion::writePOCSAGInt(uint32_t ric, const std::string& message)
|
||||||
sendCommandAction(6U);
|
sendCommandAction(6U);
|
||||||
}
|
}
|
||||||
|
|
||||||
char text[80U];
|
char text[200U];
|
||||||
::sprintf(text, "dim=%u", m_brightness);
|
::sprintf(text, "dim=%u", m_brightness);
|
||||||
sendCommand(text);
|
sendCommand(text);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue