Skip to content

Commit

Permalink
Merge pull request #11 from xstook/patch-1
Browse files Browse the repository at this point in the history
Update adafruit_max1704x.py for board ESP323-S3 (no psram)
  • Loading branch information
tekktrik committed Apr 11, 2023
2 parents 2812e5a + 142e46e commit 34e3b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_max1704x.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def reset(self) -> None:
pass
else:
raise RuntimeError("Reset did not succeed")
for _ in range(2):
for _ in range(3):
try:
self.reset_alert = False # clean up RI alert
return
Expand Down

0 comments on commit 34e3b51

Please sign in to comment.