only post tunerstudio state if asked to
This commit is contained in:
parent
3fa3aa3094
commit
e23e025176
|
@ -259,7 +259,11 @@ static void cjCalibrate(void) {
|
|||
for (int i = 0; i < CJ125_CALIBRATE_NUM_SAMPLES; i++) {
|
||||
cjUpdateAnalogValues();
|
||||
cjPrintData();
|
||||
cjPostState(&tsOutputChannels);
|
||||
|
||||
if (engineConfiguration->debugMode == DBG_CJ125) {
|
||||
cjPostState(&tsOutputChannels);
|
||||
}
|
||||
|
||||
vUaCal += vUa;
|
||||
vUrCal += vUr;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue