Faster fill
This commit is contained in:
@ -36,6 +36,9 @@ embassy-executor = {version = "0.9.1", features = ["arch-riscv32"]}
|
||||
embassy-time = "0.5.0"
|
||||
embassy-sync = "0.7.2"
|
||||
embedded-graphics-framebuf = "0.5.0"
|
||||
static_cell = "2.1.1"
|
||||
ens160-aq = {version = "0.2.11"}
|
||||
aht20-async = "1.0.0"
|
||||
|
||||
|
||||
|
||||
@ -50,5 +53,5 @@ debug = 2
|
||||
debug-assertions = false
|
||||
incremental = false
|
||||
lto = 'fat'
|
||||
opt-level = 's'
|
||||
opt-level = 3
|
||||
overflow-checks = false
|
||||
|
||||
Reference in New Issue
Block a user