only: Gppwm yaxis rpm hits 1000 limit fix #5786
This commit is contained in:
parent
befaca4815
commit
476694696b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue