Completely ported compass to embassy.

This commit is contained in:
Gabe Venberg 2025-07-11 14:32:56 +02:00
parent 3471b71dbc
commit 24c8773820
5 changed files with 78 additions and 24 deletions

View file

@ -3,7 +3,6 @@ members = ["hardware_main", "independent_logic"]
resolver = "2"
[profile.release]
strip = true # Automatically strip symbols from the binary.
opt-level = "z" # Optimize for size.
lto = true
codegen-units = 1