main: add a dual-core feature flag, to switch between configs while debugging deadlocks

This commit is contained in:
2025-12-24 09:42:00 +01:00
parent cbab48c37f
commit 21fba09a4b
2 changed files with 49 additions and 40 deletions

View File

@@ -12,6 +12,7 @@ path = "./src/bin/main.rs"
[features]
default = ["real-output"]
real-output = []
dual-core = []
simulation = ["dep:rmp"]
radio = [
"dep:bleps",