Hack
This commit is contained in:
parent
61cdde5a6c
commit
b04ba6227c
@ -377,9 +377,11 @@ fn capture_from_env(prefix: &str, configs: &mut HashMap<String, Value>) {
|
|||||||
panic!("Invalid configuration options detected: {:?}", failed);
|
panic!("Invalid configuration options detected: {:?}", failed);
|
||||||
}
|
}
|
||||||
|
|
||||||
if !unknown.is_empty() {
|
// FIXME: disabled for testing purposes, esp-hal rejects esp-hal-embassy
|
||||||
panic!("Unknown configuration options detected: {:?}", unknown);
|
// configs because of this
|
||||||
}
|
// if !unknown.is_empty() {
|
||||||
|
// panic!("Unknown configuration options detected: {:?}", unknown);
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
fn emit_configuration(
|
fn emit_configuration(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user