This script is to help deploy micropython scripts to tildagon devices. It creates the directory structure for installing your app, and copies the files in. It resets the device before and after to make sure the OS is ready to receive and then is ready for you to activate your script.
Initially based on the advice on the tildagon documentation for running apps this script was enhanced by an LLM to make adjustments like;
- Making sure the metadata.json matches the path to your script
- Making subdirectories, not just copying files
- Ensuring directories do not exist before trying to make them
- Checking available space after the deploy script is completed.
Released under the Unlicense due to the presence of LLM created code.