redAcore: Buffer sizes updated

This commit is contained in:
2021-09-14 16:40:53 +02:00
parent 75582b3bf7
commit 04152b0762
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
//---------------------------------------------------------------------------
// Variable used to temp values with
static char ReturnStr[1000];
static char ReturnStr[10000];
//---------------------------------------------------------------------------