Skip to content

Commit

Permalink
removed explicit setting of device frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
ftylitak committed Apr 12, 2023
1 parent 0c77782 commit 1a8a0fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions insighioNode/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
logging.setLevel(logging.DEBUG)
logging.debug("start timestamp: " + str(utime.ticks_ms()))

import machine
machine.freq(240000000)

# main.py -- put your code here!
import device_info
device_info.bq_charger_exec(device_info.bq_charger_setup)
Expand Down

0 comments on commit 1a8a0fe

Please sign in to comment.