longer error message in 't' response

This commit is contained in:
rusefi 2021-07-14 12:42:26 -04:00
parent ad37021a0b
commit 723b347e4d
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ void handleQueryCommand(TsChannelBase* tsChannel, ts_response_format_e mode) {
*/ */
static void handleTestCommand(TsChannelBase* tsChannel) { static void handleTestCommand(TsChannelBase* tsChannel) {
tsState.testCommandCounter++; tsState.testCommandCounter++;
static char testOutputBuffer[24]; static char testOutputBuffer[64];
/** /**
* this is NOT a standard TunerStudio command, this is my own * this is NOT a standard TunerStudio command, this is my own
* extension of the protocol to simplify troubleshooting * extension of the protocol to simplify troubleshooting