Skip to content

Commit

Permalink
Ensure Config Tool runs on Pi CM4
Browse files Browse the repository at this point in the history
  • Loading branch information
samlane-ma committed Apr 12, 2021
1 parent 80f4472 commit 377eb62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configuration-app/overclock.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ def get_pimodel(self):
model = '400'
elif "Raspberry Pi 4 " in line:
model = 'pi4'
elif "Pi Compute Module 4" in line:
model = "CM4"
return model

def _set_currentspeed(self):
Expand Down

0 comments on commit 377eb62

Please sign in to comment.