Reduce exp pedal cal_max from 1180 to 1100 to reach 100% MIDI

This commit is contained in:
ash
2026-07-04 05:20:20 +00:00
parent f055bad4ac
commit cadb29f234
+1 -1
View File
@@ -12,7 +12,7 @@ ExpressionPedal::ExpressionPedal(uint8_t adc_pin)
, current_raw(0)
, smoothed_raw(0)
, cal_min(36)
, cal_max(1180)
, cal_max(1100)
{
}