Completely ported compass to embassy.
This commit is contained in:
parent
3471b71dbc
commit
24c8773820
5 changed files with 78 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue