Skip to content

Releases: DanForever/Arduino-PC-Health-Monitor

companion-app.v0.1.1

21 Oct 08:57
3c7f8e8
Compare
Choose a tag to compare
More programs to ignore the fps of

companion-app.v0.1.0

08 Oct 20:48
c60e96e
Compare
Choose a tag to compare
Update publish-app.yml

devices.v0.0.7

04 Oct 21:28
e8b8fa8
Compare
Choose a tag to compare
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

04 Oct 21:35
e8b8fa8
Compare
Choose a tag to compare
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

02 Oct 10:47
74705c2
Compare
Choose a tag to compare
Update publish-devices.yml

companion-app.v0.0.8

01 Oct 20:46
74705c2
Compare
Choose a tag to compare
Update publish-devices.yml

companion-app.v0.0.7

27 Sep 22:09
e9ce6c7
Compare
Choose a tag to compare
Update publish-app.yml

companion-app.v0.0.6

20 Feb 23:48
0fb15a1
Compare
Choose a tag to compare
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

10 Feb 21:53
40df81b
Compare
Choose a tag to compare
Actions can't use secrets

Also refactored to an input

devices.v0.0.5

10 Feb 12:41
4e6df78
Compare
Choose a tag to compare
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