Skip to content

Commit

Permalink
Revert "Tools: comment out the FETtecESC_safety_switch() function for…
Browse files Browse the repository at this point in the history
… now because it is failing"

This reverts commit d53299e.
  • Loading branch information
peterbarker authored and tridge committed Sep 1, 2021
1 parent ae615de commit 42c2f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/autotest/arducopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -7282,7 +7282,7 @@ def FETtecESC_safety_switch(self):
# before the motors will spin:
self.wait_esc_telem_rpm(
esc=mot,
rpm_min=0, # FIXME: was 17640
rpm_min=17640,
rpm_max=17640,
minimum_duration=2,
timeout=5,
Expand All @@ -7292,7 +7292,7 @@ def FETtecESC_safety_switch(self):
self.set_safetyswitch_off()
self.wait_esc_telem_rpm(
esc=mot,
rpm_min=0, # FIXME: was 17640
rpm_min=17640,
rpm_max=17640,
minimum_duration=2,
timeout=5,
Expand Down

0 comments on commit 42c2f8d

Please sign in to comment.