From f9356d5f303b1eb040c3e9f24f2bf1476194429e Mon Sep 17 00:00:00 2001 From: Lukrecja Date: Thu, 26 Feb 2026 14:29:28 +0100 Subject: [PATCH] update readme --- examples/stm32wle5jc/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.