Skip to content

Commit

Permalink
Merge pull request #228 from Harshal5/fix/no_stub_hard_reset
Browse files Browse the repository at this point in the history
feat: Support hard_reset without stub (RDT-542)
  • Loading branch information
hfudev authored Sep 13, 2023
2 parents ea7157f + 84bea04 commit 606a2f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def wrapper(self, *args, **kwargs):
def _start(self):
self.hard_reset()

@use_esptool()
@use_esptool(hard_reset_after=True, no_stub=True)
def hard_reset(self):
"""Hard reset your espressif device"""
pass
Expand Down

0 comments on commit 606a2f4

Please sign in to comment.