cargo: remove embassy from default features
This commit is contained in:
parent
5de628f3e0
commit
821924cddb
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user