From babb7a3adc452b07c248a704dc0da398c5c343b5 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 12 Jun 2018 20:02:56 +0100 Subject: [PATCH] Increase the Nextion POCSAG buffer size again. --- Nextion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nextion.cpp b/Nextion.cpp index 78c2421..5d637ae 100644 --- a/Nextion.cpp +++ b/Nextion.cpp @@ -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);