only: Gppwm yaxis rpm hits 1000 limit fix #5786

This commit is contained in:
rusefillc 2023-12-12 17:55:33 -05:00
parent befaca4815
commit 476694696b
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ struct gppwm_channel
gppwm_channel_e loadAxis;Selects the Y axis to use for the table.;
gppwm_channel_e rpmAxis;Selects the X axis to use for the table.;
int16_t[GPPWM_LOAD_COUNT] autoscale loadBins;;"load", 0.1, 0, -1000, 1000, 1
int16_t[GPPWM_LOAD_COUNT] autoscale loadBins;;"load", 0.5, 0, -1000, 10000, 1
int16_t[GPPWM_RPM_COUNT] rpmBins;;"RPM", 1, 0, -30000, 30000, 0
uint8_t[GPPWM_LOAD_COUNT x GPPWM_RPM_COUNT] autoscale table;;"duty", 0.5, 0, 0, 100, 1
end_struct