cargo: remove embassy from default features

This commit is contained in:
Victoria Fischer 2024-11-18 23:45:05 +01:00
parent 5de628f3e0
commit 821924cddb

View File

@ -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"]