refactor: improve column comment alignment in gaugeConfigs table
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user