diff --git a/Gaugecontroller/gauge_config.h b/Gaugecontroller/gauge_config.h index d2a92e2..1fca5d1 100644 --- a/Gaugecontroller/gauge_config.h +++ b/Gaugecontroller/gauge_config.h @@ -20,7 +20,7 @@ struct GaugeConfig { }; constexpr GaugeConfig gaugeConfigs[] = { - // dir step en dirInv stepHi enLow min max backoff speed accel homeSpd + // dir step en dirInv stpHi enLow min max backoff speed accel hmSpd { 48, 49, -1, false, true, true, 0, 3780, 3800, 4000, 6000, 500 }, { 8, 9, -1, true, true, true, 0, 3780, 3800, 4000, 6000, 500 }, { 52, 53, -1, false, true, true, 0, 3780, 3800, 4000, 6000, 500 },