tune ts100

This commit is contained in:
Ben V. Brown
2019-12-23 13:25:11 +11:00
parent 329f6fdbe7
commit c408fc0a7e
3 changed files with 162 additions and 37 deletions

View File

@@ -276,9 +276,9 @@ void startMOVTask(void const *argument __unused) {
osDelay(100); // Slow down update rate
#ifdef MODEL_TS80
if (currentlyActiveTemperatureTarget) {
seekQC(idealQCVoltage, systemSettings.voltageDiv); // Run the QC seek again to try and compensate for cable V drop
}
// if (currentlyActiveTemperatureTarget) {
// seekQC(idealQCVoltage, systemSettings.voltageDiv); // Run the QC seek again to try and compensate for cable V drop
// }
#endif
}
}