# This file is executed on every boot (including wake-boot from deepsleep)
#import esp
#esp.osdebug(None)
#import webrepl
#webrepl.start()
import machine
 
#Set the clock speed to 20 MHz
machine.freq(20000000)
print(machine.freq())