longer error message in 't' response
This commit is contained in:
parent
ad37021a0b
commit
723b347e4d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue