longer error message in 't' response

This commit is contained in:
rusefi 2021-07-14 12:42:26 -04:00
parent 7f8bdf7006
commit 0808372d34
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) {
tsState.testCommandCounter++;
static char testOutputBuffer[24];
static char testOutputBuffer[64];
/**
* this is NOT a standard TunerStudio command, this is my own
* extension of the protocol to simplify troubleshooting