autotest: set ICE_RPM_THRESH for quadplance-ice

without this we continuously try to restart the motor as the minimum thrust output from the ICE is translated into a value less than the default ICE_RPM_THRESH (so the ICENgine library believes the engine to be stopped, when it is really just at idle).
This commit is contained in:
Peter Barker 2023-08-25 13:37:40 +10:00 committed by Peter Barker
parent adeb7985a3
commit 588364dad0
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
Q_OPTIONS 64
ICE_RPM_THRESH 50 # idles at 70 (1% thrust)