Skip to content

Commit 59ac0f4

Browse files
committed
[CAL] VOR
1 parent dd31c24 commit 59ac0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

software/o_c_REV/OC_calibration.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ void calibration_update(CalibrationState &state) {
698698
break;
699699
case CALIBRATE_VBIAS_ASYMMETRIC:
700700
/* set 0V @ asym. range */
701-
DAC::set_all_octave(5);
701+
DAC::set_all_octave(3);
702702
OC::calibration_data.v_bias = (OC::calibration_data.v_bias & 0xFFFF) | (state.encoder_value << 16);
703703
DAC::set_Vbias(OC::calibration_data.v_bias >> 16);
704704
break;

0 commit comments

Comments
 (0)