Skip to content

Commit

Permalink
close fans when stop
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnchainw committed Oct 17, 2024
1 parent 92a12cf commit 6dd0f31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rockpi-penta/usr/bin/rockpi-penta/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def receive_key(q):
try:
p3.join()
except KeyboardInterrupt:
misc.conf['run'].value = 0
print("GoodBye ~")
oled.goodbye()

Expand Down

0 comments on commit 6dd0f31

Please sign in to comment.