Skip to content

Commit

Permalink
#60 moar powah
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylDohner committed Jul 6, 2023
1 parent 4fb2b25 commit f6127d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EosPayload/drivers/cutdown_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class CutdownDriver(PositionAwareDriverBase):
cutdown_pin = "P8_10"
time_pulled_high = 7 # seconds
time_pulled_high = 10 # seconds
auto_cutdown_altitude = 23000

def __init__(self, output_directory: str, config: dict) -> None:
Expand Down

0 comments on commit f6127d7

Please sign in to comment.