From 05b7137fcda6a7c763c9b70b8d151366d95494a4 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Thu, 21 May 2026 21:56:09 +0200 Subject: [PATCH] refactor: improve column comment alignment in gaugeConfigs table --- Gaugecontroller/gauge_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },