Skip to content

Commit

Permalink
stylefix2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Feb 13, 2024
1 parent ab1820b commit 739c044
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mirte_telemetrix/scripts/ROS_telemetrix_aio_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,8 @@ async def start(self):
self.trigger_shutdown_relay = await self.board.modules.add_shutdown_relay(
self.turn_off_pin,
not not self.turn_off_pin_value,
self.turn_off_time + 10, # add 10s to the shutdown time for the 10s shutdown command wait time
self.turn_off_time
+ 10, # add 10s to the shutdown time for the 10s shutdown command wait time
)

async def callback(self, data):
Expand Down

0 comments on commit 739c044

Please sign in to comment.