Skip to content

Commit

Permalink
Revert "fix stop on orientation command"
Browse files Browse the repository at this point in the history
This reverts commit 38bda20.
  • Loading branch information
pawlizio committed Jul 2, 2022
1 parent f9aab1b commit d63c92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvlx/opening_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ async def set_orientation(self, orientation, wait_for_completion=True):
pyvlx=self.pyvlx,
wait_for_completion=wait_for_completion,
node_id=self.node_id,
parameter=self.target_position,
parameter=IgnorePosition(),
fp3=fp3,
)
await command_send.do_api_call()
Expand Down

0 comments on commit d63c92c

Please sign in to comment.