Skip to content

Commit

Permalink
Merge pull request commaai#106 from MoreTore/patch-1
Browse files Browse the repository at this point in the history
Add soft_reboot
  • Loading branch information
FrogAi authored Mar 2, 2024
2 parents 3ee0ddd + d6c8603 commit 82d155c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system/hardware/pc/hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ def get_sound_card_online(self):

def reboot(self, reason=None):
print("REBOOT!")

def soft_reboot(self):
print("SOFT REBOOT!")

def uninstall(self):
print("uninstall")
Expand Down

0 comments on commit 82d155c

Please sign in to comment.