Closed DamTobor closed 4 months ago
Would require workflow for prepping repo for release, by producing .mpy files and removing uneeded files
.mpy
For debugging, copying code for app loading might have to deal with app being .py or .mpy
.py
as we've already exceeded the size of .py app which the EEPROM can hold we can't use .py any more for debugging - at least until we do a special build of HexDrive hexpansions with larger EEPROMs.
Would require workflow for prepping repo for release, by producing
.mpy
files and removing uneeded filesFor debugging, copying code for app loading might have to deal with app being
.py
or.mpy