diff --git a/cwUi.cpp b/cwUi.cpp index 6427bdf..c29ecb9 100644 --- a/cwUi.cpp +++ b/cwUi.cpp @@ -963,7 +963,7 @@ namespace cw if( p->sendCbFunc != nullptr ) { const char* mFmt = "{ \"op\":\"%s\", \"uuId\":%i, \"value\":%s }"; - const int mbufN = 512; + const int mbufN = 1024; char vbuf[vbufN]; char mbuf[mbufN];