Reduce cal_max to 1050 for full 0-127 MIDI range

This commit is contained in:
ash
2026-07-09 07:24:58 +00:00
parent cadb29f234
commit 3558bb1050
+1 -1
View File
@@ -12,7 +12,7 @@ ExpressionPedal::ExpressionPedal(uint8_t adc_pin)
, current_raw(0) , current_raw(0)
, smoothed_raw(0) , smoothed_raw(0)
, cal_min(36) , cal_min(36)
, cal_max(1100) , cal_max(1050)
{ {
} }