Matthew Jaskula
Matthew Jaskula
# Project Suggestion I've noticed a bunch of places where scripts want to make a particular option configurable, but the limited user interface elements of the EuroPi make it difficult....
# Upgrade to MicroPython 19.1 MicroPython 19.1 has been released. We should make sure that the EuroPi software is compatible. And then update our documentation. Test the following under 19.1:...
Document the existing test framework including: - basics of writing/adding tests - pitfalls of testing micropython - pitfalls of testing hardware - How to use the framework itself - common...
# Project Suggestion PR #139 added debug logging and log file rolling support to the cvrecorder script. We should consider adding logging support to the EuroPi library so that scrips...
Look at the details of a [github actions run](https://github.com/Allen-Synthesis/EuroPi/actions) after a recent commit. For example, you will see deprecation warnings similar to this in the 'continuous-integration' build: ```The `set-output` command...