Skip to content
Snippets Groups Projects
Commit 24d727e1 authored by dx's avatar dx Committed by q3k
Browse files

Don't freeze python_payload, freeze python_modules instead

parent 2f862acf
No related branches found
No related tags found
No related merge requests found
include("micropython/ports/esp32/boards")
freeze("./python_payload")
freeze("./python_modules")
# remove me once we have something meaningful to put here
print("hello world")
# This file is executed on every boot (including wake-boot from deepsleep)
#import esp
#esp.osdebug(None)
#import webrepl
#webrepl.start()
import main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment