config for sensor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user