diff --git a/bin/src/display/mod.rs b/bin/src/display/mod.rs index 3708305..785cee6 100644 --- a/bin/src/display/mod.rs +++ b/bin/src/display/mod.rs @@ -26,11 +26,5 @@ pub enum DisplayState { WarningDetected, } -#[cfg(all(feature = "orbic", feature = "tplink"))] -compile_error!("cannot compile for many devices at once"); - -#[cfg(all(feature = "orbic", feature = "wingtech"))] -compile_error!("cannot compile for many devices at once"); - #[cfg(not(any(feature = "orbic", feature = "tplink", feature = "wingtech",)))] compile_error!("cannot compile for no device at all");