cwUi.cpp : Increased the size of the _sendValue() buffer from 512 to 1024.
This commit is contained in:
parent
01e727d5d1
commit
cb31b0882a
2
cwUi.cpp
2
cwUi.cpp
@ -963,7 +963,7 @@ namespace cw
|
|||||||
if( p->sendCbFunc != nullptr )
|
if( p->sendCbFunc != nullptr )
|
||||||
{
|
{
|
||||||
const char* mFmt = "{ \"op\":\"%s\", \"uuId\":%i, \"value\":%s }";
|
const char* mFmt = "{ \"op\":\"%s\", \"uuId\":%i, \"value\":%s }";
|
||||||
const int mbufN = 512;
|
const int mbufN = 1024;
|
||||||
char vbuf[vbufN];
|
char vbuf[vbufN];
|
||||||
char mbuf[mbufN];
|
char mbuf[mbufN];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user