TeamRobotmad / BadgeBot

Demonstration application for small robot based on EMFCamp 2024 badge with HexDrive Hexpansion and 2 motors.
3 stars 0 forks source link

Use .mpy as more efficient format for released app(s) #24

Closed DamTobor closed 4 months ago

DamTobor commented 5 months ago

Would require workflow for prepping repo for release, by producing .mpy files and removing uneeded files

For debugging, copying code for app loading might have to deal with app being .py or .mpy

Robotmad commented 5 months ago

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.