Releases: DanForever/Arduino-PC-Health-Monitor
Releases · DanForever/Arduino-PC-Health-Monitor
companion-app.v0.1.1
More programs to ignore the fps of
companion-app.v0.1.0
Update publish-app.yml
devices.v0.0.7
Xiao RP2040 devices can now be updated through the app! Thanks to the release of the Arduino CLI which powers the Arduino IDE 2.0. We can also use this to (hopefully) update Teensy powered devices too, as such, the old attempt to flash teensies has been stripped from the codebase
companion-app.v0.0.9
Xiao RP2040 devices can now be updated through the app! Thanks to the release of the Arduino CLI which powers the Arduino IDE 2.0. We can also use this to (hopefully) update Teensy powered devices too, as such, the old attempt to flash teensies has been stripped from the codebase
devices.v0.0.6
Update publish-devices.yml
companion-app.v0.0.8
Update publish-devices.yml
companion-app.v0.0.7
Update publish-app.yml
companion-app.v0.0.6
Proper implementation of regex replacement for the capture names This means you can now put a "regex replace" string in the "CaptureAs" field in the snapshot config and it will use any capture groups specified in the "Name" field as the source input. This is great for creating a single sensor entry that will grab and enumerate every cpu core (for example)
companion-app.v0.0.5
Actions can't use secrets Also refactored to an input
devices.v0.0.5
Convert device elf binary to hex binary Missed a step in generating the binaries for the teensy - gcc just makes an elf file, but we need to run one final command to convert it into the .hex format that can be loaded onto a teensy