tonarino / panel-firmware

Firmware for the volume control hardware, targeting an STM32F4 board
MIT License
75 stars 10 forks source link

Update to work with newest protocol #25

Closed efyang closed 3 years ago

efyang commented 3 years ago

Adds dial turn flashing, uses new Led command, and allows for pulse interval setting as well. Waiting on #24.

bschwind commented 3 years ago

I see the Cargo.toml change in the commits, but not in the overall diff. Has something weird happened with the commit history?

efyang commented 3 years ago

The original repo was actually already using "0.4" in the Cargo.toml file (even though that didn't exist yet), so the changes in the commits were purely to change only the Cargo.lock file and to test the PR while the panel-protocol PR hadn't been merged yet.

bschwind commented 3 years ago

I see, I think I made some confusion by depending on a 0.4 version even though it didn't exist yet...or something, I'm not quite sure how that went down.