mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
autotest: revert single precision change for FETtecESC
This commit is contained in:
parent
3e3c086ab7
commit
baa6bc0e2b
@ -9324,8 +9324,8 @@ class AutoTestCopter(AutoTest):
|
||||
# before the motors will spin:
|
||||
self.wait_esc_telem_rpm(
|
||||
esc=mot,
|
||||
rpm_min=17626,
|
||||
rpm_max=17626,
|
||||
rpm_min=17640,
|
||||
rpm_max=17640,
|
||||
minimum_duration=2,
|
||||
timeout=5,
|
||||
)
|
||||
@ -9334,8 +9334,8 @@ class AutoTestCopter(AutoTest):
|
||||
self.set_safetyswitch_off()
|
||||
self.wait_esc_telem_rpm(
|
||||
esc=mot,
|
||||
rpm_min=17626,
|
||||
rpm_max=17626,
|
||||
rpm_min=17640,
|
||||
rpm_max=17640,
|
||||
minimum_duration=2,
|
||||
timeout=5,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user