We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
so after testing a design could easily be made default. a config file should be created and saved on the rp2040
The text was updated successfully, but these errors were encountered:
feat: presist config to board button #4
fd669fc
done - we now have a new "Persist config to board" button:
The implementation is pretty dumb - it overwrites the existing config.ini with a bare minimal one:
tt-commander-app/src/ttcontrol/ttcontrol.py
Line 138 in fd669fc
couldn't fully test it since I don't have a tt03p5 demo board, so please test it and report back
Sorry, something went wrong.
is it dependent on some existing fw on the board?
yes, https://github.com/TinyTapeout/tt-micropython-firmware
all it does is writing a config.ini file - it's up to the existing firmware to load this file and do its magic
not working, will check the config and report back
urish
No branches or pull requests
so after testing a design could easily be made default. a config file should be created and saved on the rp2040
The text was updated successfully, but these errors were encountered: