Skip to content

Commit

Permalink
Remove incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRedKnown authored Dec 10, 2024
1 parent df009e5 commit f0703fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions OSMods/menu.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

# fix brightness not persistent

from machine import freq
freq(250_000_000)
from machine import mem32, soft_reset, ADC
Expand Down Expand Up @@ -510,4 +507,4 @@ def systemSettings():
briteSetting()
settings=[audioSettings[audioSetting], brightnessSettings[brightnessSetting], batteryPercent[0]]

thumby.reset()
thumby.reset()

0 comments on commit f0703fb

Please sign in to comment.