cal_max 950

This commit is contained in:
ash
2026-07-09 07:30:47 +00:00
parent 8aad6fdccd
commit 20e9d4a08d
+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(1000) , cal_max(950)
{ {
} }