Oops, fix build and set power management to none for most aggressive signal

This commit is contained in:
JP Stringham
2026-02-04 12:37:06 -05:00
parent d6566f1320
commit b1d0d7e563
3 changed files with 3 additions and 10 deletions

View File

@@ -42,11 +42,4 @@ pio = "0.3.0"
rand = { version = "0.9.2", default-features = false }
[profile.release]
debug = 2
# Below configs are here to mute the rust-analyzer error.
# "Can't find crate for 'test'" as this is a no_std project
[[bin]]
name = "pico-w-remote-temp-logger"
test = false
bench = false
debug = 2