Increase the Nextion POCSAG buffer size again.

This commit is contained in:
Jonathan Naylor 2018-06-12 20:02:56 +01:00
parent 413a44e088
commit babb7a3adc
1 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@ void CNextion::writePOCSAGInt(uint32_t ric, const std::string& message)
sendCommandAction(6U);
}
char text[80U];
char text[200U];
::sprintf(text, "dim=%u", m_brightness);
sendCommand(text);