Help a pycom newbie, please.
-
Hi everyone. I am having the exact same problem as described in the post below. I have main.py blinking the rgb led using "run". I added the code as described to boot.py. I can upload them but main.py does not run. Screenshot of Atom below. The only thing I've noticed is that boot.py and main.py are showing as "0kb". Did I not setup the project correctly?
-
Ah yes, I forgot to mention, always save your project files before uploading, as unsaved changes will Not get uploaded
-
-
Hi,
The
main.py
will automatically run after theboot.py
, even without any content in theboot.py
. Im not sure about the situation in 2018, but that is not at hand anymore.
The files are marked as 0kb, as their size is rounded to 0. Im not sure of the content of yourmain.py
file, but it should be running..
Check the getting started for a working example
Best, Gijs