letscontrolit / uPyEasy

Easy MultiSensor device based on MicroPython
https://www.letscontrolit.com
60 stars 19 forks source link

Add main.py to uPyEasy to call upyeasy.main() automatically on startup #1

Closed Andrew49 closed 6 years ago

Andrew49 commented 6 years ago

Currently, (in Alpha v53) it's necessary to type in "import upyeasy, upyeasy.main()" or to manually download a main.py file to carry out these commands and initiate startup of uPyEasy. Include these in the frozen code so it happens automatically.

Lisa999 commented 6 years ago

This should be solved in V54, boot.py should do the import and run the main function.