-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
I would like to start an internal test script upon starting micopython
from test_dut import *
start_test()
The way I did that before was by copying a patched inisetup.py
to the ports/esp32/modules
directory and effectively overwriting the existing inisetp.py
.
Now, when I want to automate this in the lvgl_micropython environment, the lib/micropython
directory does not exist when I start building.
What would be a good way for replacing inisetup.py
or just adding a few lines to the existing one?
Metadata
Metadata
Assignees
Labels
No labels