clear cal mode upon leaving ETB autocal

This commit is contained in:
Matthew Kennedy 2020-07-26 15:10:15 -07:00
parent 39ba9a9f19
commit 5fdfb2e266
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: