We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd31c24 commit 59ac0f4Copy full SHA for 59ac0f4
software/o_c_REV/OC_calibration.ino
@@ -698,7 +698,7 @@ void calibration_update(CalibrationState &state) {
698
break;
699
case CALIBRATE_VBIAS_ASYMMETRIC:
700
/* set 0V @ asym. range */
701
- DAC::set_all_octave(5);
+ DAC::set_all_octave(3);
702
OC::calibration_data.v_bias = (OC::calibration_data.v_bias & 0xFFFF) | (state.encoder_value << 16);
703
DAC::set_Vbias(OC::calibration_data.v_bias >> 16);
704
0 commit comments