cargo: remove oled from default features

This commit is contained in:
2025-12-07 13:16:55 +01:00
parent 88f1d3f8be
commit 7471cc1fbe
2 changed files with 100 additions and 6 deletions

View File

@@ -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 = [