0
0
Fork 0

WIP: Enable BLE

TODO: Receive from BLE
This commit is contained in:
Jannik Beyerstedt 2026-05-11 21:08:23 +02:00 committed by Jannik Beyerstedt
commit fd8f28ef33
8 changed files with 741 additions and 10 deletions

View file

@ -70,7 +70,7 @@ rustup target add riscv32imac-unknown-none-elf
cargo install espflash --locked
```
(Project was setup using esp-generate with the options `--chip esp32c5 -o esp32c5-wroom-1-psram -o alloc -o log -o unstable-hal -o wifi -o esp-backtrace -o embassy`.)
(Project was setup using esp-generate with the options `--chip esp32c5 -o esp32c5-wroom-1-psram -o alloc -o log -o unstable-hal -o wifi -o esp-backtrace -o embassy -o ble-trouble`.)
To use the proper rustfmt features, enable the nightly toolchain:
```shell