This commit is contained in:
rusefillc 2024-11-04 08:23:38 -05:00
parent 1b414fc5c0
commit a5470c868a
1 changed files with 1 additions and 0 deletions

View File

@ -745,6 +745,7 @@ int TunerStudio::handleCrcCommand(TsChannelBase* tsChannel, char *data, int inco
case TS_OUTPUT_ALL_COMMAND:
offset = 0;
count = TS_TOTAL_OUTPUT_SIZE;
// TS will not use this command until ochBlockSize is bigger than blockingFactor and prefer ochGetCommand :(
cmdOutputChannels(tsChannel, offset, count);
break;
case TS_HELLO_COMMAND: