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 @@
//---------------------------------------------------------------------------
// Global vars
char LogStr[5000]; // Temporary var to create log messages, globally available to save on memory operations
char LogStr[10000]; // Temporary var to create log messages, globally available to save on memory operations
const char * LogOutputName[] = { "None", "Raw", "Normal", "Hex", "Bin" };