-
Hello everyone, I just stumbled across the following issue: No code from my Is it possible to have Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There should be very little code in boot.py, it should only be doing the bare minimum to set up filesystems so that main.py can be found, pre-compiling it will not make much difference. main.py can then import pre-compiled files. |
Beta Was this translation helpful? Give feedback.
boot.py
must be .py not .mpy. (Same goes for main.py too)There should be very little code in boot.py, it should only be doing the bare minimum to set up filesystems so that main.py can be found, pre-compiling it will not make much difference.
main.py can then import pre-compiled files.