Merge pull request #1640 from mck1117/etb-autocal-stuck

clear cal mode upon leaving ETB autocal
This commit is contained in:
rusefillc 2020-07-26 18:14:23 -04:00 committed by GitHub
commit edb82853fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ static void handleCommandX14(uint16_t index) {
return;
case 0x10:
engine->etbAutoTune = false;
tsOutputChannels->calibrationMode = TsCalmode::None;
return;
#endif
case 0xF: