cargo: remove oled from default features
This commit is contained in:
@@ -10,7 +10,7 @@ name = "renderbug-embassy"
|
||||
path = "./src/bin/main.rs"
|
||||
|
||||
[features]
|
||||
default = ["real-output", "oled"]
|
||||
default = ["real-output"]
|
||||
real-output = []
|
||||
simulation = ["dep:rmp"]
|
||||
radio = [
|
||||
|
||||
Reference in New Issue
Block a user