diff --git a/Cargo.toml b/Cargo.toml index f4fc4f9..60c7fdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ debug = true # Symbols are nice and they don't increase the size on Flash opt-level = "z" [features] -default = ["std", "embassy", "esp-idf-svc/native", "rmt", "smart-leds"] +default = ["std", "esp-idf-svc/native", "rmt", "smart-leds"] embedded-graphics = ["dep:embedded-graphics", "ws2812-esp32-rmt-driver/embedded-graphics-core"] smart-leds = ["dep:smart-leds", "dep:smart-leds-trait", "ws2812-esp32-rmt-driver/smart-leds-trait"]