Closed LuckyTurtleDev closed 8 months ago
If one of the following keys is not present at the workspace root Cargo.toml the neopixel leds does not work.
Cargo.toml
[profile.release] codegen-units = 1 # better optimizations lto = true # better optimizations
I have no idea why this happens, but I should at least mention it at the doc/example/readme.
If one of the following keys is not present at the workspace root
Cargo.toml
the neopixel leds does not work.I have no idea why this happens, but I should at least mention it at the doc/example/readme.