Corrected array length

This commit is contained in:
phl0 2016-04-08 08:43:05 +02:00
parent 72d081c158
commit d495acb5be

View file

@ -59,7 +59,7 @@ void CNextion::setIdle()
{
sendCommand("page MMDVM");
char command[20];
char command[30];
::sprintf(command, "t0.txt=\"%-6s / %u\"", m_callsign, m_dmrid);
sendCommand(command);