Merge branch 'master' into HitNotBLE

This commit is contained in:
2021-10-12 10:16:04 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
// Global vars // 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" }; const char * LogOutputName[] = { "None", "Raw", "Normal", "Hex", "Bin" };

View File

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