File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -492,6 +492,10 @@ pid_tuning.initialize = function (callback) {
492492 $ ( '.rpmFilter' ) . hide ( ) ;
493493 }
494494
495+ if ( semver . gte ( FC . CONFIG . apiVersion , API_VERSION_1_45 ) ) {
496+ $ ( 'input[name="idleMinRpm-number"]' ) . attr ( "max" , 200 ) ;
497+ }
498+
495499 if ( semver . gte ( FC . CONFIG . apiVersion , API_VERSION_1_43 ) ) {
496500 $ ( '.tab-pid_tuning input[name="motorLimit"]' ) . val ( FC . ADVANCED_TUNING . motorOutputLimit ) ;
497501 $ ( '.tab-pid_tuning input[name="cellCount"]' ) . val ( FC . ADVANCED_TUNING . autoProfileCellCount ) ;
Original file line number Diff line number Diff line change 762762 </ tr >
763763
764764 < tr class ="idleMinRpm ">
765- < td > < input type ="number " name ="idleMinRpm-number " step ="1 " min ="0 " max ="200 "/> </ td >
765+ < td > < input type ="number " name ="idleMinRpm-number " step ="1 " min ="0 " max ="100 "/> </ td >
766766 < td colspan ="2 ">
767767 < div >
768768 < label >
You can’t perform that action at this time.
0 commit comments