diff --git a/examples/stm32wle5jc/README.md b/examples/stm32wle5jc/README.md index 1bd0b34..40ecf8b 100644 --- a/examples/stm32wle5jc/README.md +++ b/examples/stm32wle5jc/README.md @@ -4,13 +4,13 @@ Simple rx/tx examples targeting the STM32WLE5JC chip (tested on LoRa E5-mini boa ## Building and running ```sh -cargo build --release +cargo build --release --bin # eg. bpsk_tx ``` ```sh -cargo run --release +cargo run --release --bin # eg. bpsk_tx ``` The run command should automatically use `probe-rs` to flash the compiled binary on the microcontroller. -Adjust the board name and targets in `./cargo/config.toml`, `./Cargo.toml` (`embassy-stm32` feature) and `./rust-toolchain.toml` if your board differs. \ No newline at end of file +Adjust the board name and targets in `./cargo/config.toml`, `./Cargo.toml` (`embassy-stm32` feature) and `./rust-toolchain.toml` if your board differs.