build: always build assets, since the UI drawing is separate from the hardware now

This commit is contained in:
2025-12-07 12:56:38 +01:00
parent 972ecbbdc2
commit caf8556e54

View File

@@ -13,7 +13,6 @@ fn main() {
#[cfg(feature="simulation")]
write_sim_data();
#[cfg(feature="oled")]
compile_assets();
}