Skip to content

Commit

Permalink
Add missing ota mock for the sim
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWilkes committed May 24, 2024
1 parent 8305cd3 commit 9cde5dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sim/fakes/esp32.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ def get_next_update(self):

def into(self):
return (1,2,3,4)

def mark_app_valid_cancel_rollback():
return

0 comments on commit 9cde5dc

Please sign in to comment.