fix(boot): update stm32wb-dfu example readme

This commit is contained in:
Badr Bouslikhin
2024-02-07 11:38:05 +01:00
parent af2b4df833
commit 4a72f946e4
2 changed files with 2 additions and 2 deletions

View File

@@ -7,5 +7,5 @@ The bootloader uses `embassy-boot` to interact with the flash.
Flash the bootloader
```
cargo flash --features embassy-stm32/stm32wl55jc-cm4 --release --chip STM32WLE5JCIx
cargo flash --features embassy-stm32/stm32wb55rg --release --chip STM32WB55RGVx
```