Guide ‐ Flashing Firmware - miswired/glitchy GitHub Wiki
Flashing Firmware Update
The glitchy has two parts to it's software. The board firmware and the web page GUI on the SD card.
Web GUI on SD Card
Updating the code on the SD card is very easy. Pull the SD card from the glitchy, bring it up in your computers file browser. Delete the old files and copy the new files. You can get the SD card files from the releases, or go to the web GUI repo directly to compile or copy the files.
Board Firmware
Setup PlatformIO as an add on to Visual Studio Code, open the glitchy code folder, and press program. The platformIO.ini file handles all the board settings and libraries that are needed to build the project. I will try to find a good guide and link it here in the future, but just google getting started with PlatformIO.
Make sure you are using matching SD card versions and firmware. Do not just update one! The best way to do this is grab the latest release. We will try our best to keep the latest main branches in both the web gui and board repos compatible, but it's not guaranteed.