config for sensor

This commit is contained in:
2025-10-31 14:01:43 +01:00
parent cafe1b264e
commit 8b0734d029
7 changed files with 35424 additions and 5199 deletions

View File

@@ -51,3 +51,11 @@ strip = true # symbols are not flashed to the microcontroller, so don't strip
lto = true
debug = false
opt-level = "z" # Optimize for size.
[[bin]]
name = "sensor"
path = "src/main.rs"
test = false
bench = false
doctest = false