Skip to content
Snippets Groups Projects

Add firmware version consistency check in Rust API

Merged Samuel Tardieu requested to merge rust-firmware-consistency into main
Files
7
+ 1
1
@@ -4,7 +4,7 @@ description = "Firmware for DC Motor Driver Hat DFR0592"
authors.workspace = true
edition.workspace = true
license.workspace = true
version = "1.0.0" # Update in python/controller.py as well
version = "1.0.0" # Update in python/controller.py and tele0592/src/controller.rs as well
[[bin]]
name = "controller-firmware"
Loading