Skip to content

Commit f066784

Browse files
committed
Fix restyle
1 parent 61c0bfd commit f066784

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

examples/lighting-app/bouffalolab/README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,11 @@ and BL706 develop board `XT-ZB6-DevKit`.
104104
`chip-bl702-lighting-example.flash.py` will generate under build output
105105
folder for BL602 or BL702 building.
106106
107-
> Note 1, `*.flash.py` should be ran under Matter build environment;
108-
> if python module `bflb_iot_tool` is not found, please try to do `source scripts/bootstrap.sh` or install as `pip3 install bflb-iot-tool`.<br>
109-
> Note 2, different build options will generate different output folder.
107+
> Note 1, `*.flash.py` should be ran under Matter build environment; if
108+
> python module `bflb_iot_tool` is not found, please try to do
109+
> `source scripts/bootstrap.sh` or install as
110+
> `pip3 install bflb-iot-tool`.<br> Note 2, different build options will
111+
> generate different output folder.
110112
111113
Download operation steps as below, please check `help` option of script for
112114
more detail.
@@ -145,7 +147,8 @@ and BL706 develop board `XT-ZB6-DevKit`.
145147
> Note, better to append --erase option to download image for BL602
146148
> develop board at first time.
147149
148-
- Using `Bouffalo Lab` GUI flash tool `BLDevCube`, please download on [this page](https://dev.bouffalolab.com/download).
150+
- Using `Bouffalo Lab` GUI flash tool `BLDevCube`, please download on
151+
[this page](https://dev.bouffalolab.com/download).
149152
- Hold BOOT pin and reset chip, put the board in download mode.
150153
- Select `DTS` file;
151154
- Select Partition Table under
@@ -212,10 +215,10 @@ sudo ot-ctl dataset active -x
212215
```
213216

214217
> `<node_id>`, which is node ID assigned to device within chip-tool
215-
> fabric<br> `<wifi_ssid>`, Wi-Fi network SSID<br> `<wifi_passwd>`,
216-
> Wi-FI network password<br> `<thread_operational_dataset>`, Thread
217-
> network credential which running `sudo ot-ctl dataset active -x` command
218-
> on border router to get.
218+
> fabric<br> `<wifi_ssid>`, Wi-Fi network SSID<br> `<wifi_passwd>`, Wi-FI
219+
> network password<br> `<thread_operational_dataset>`, Thread network
220+
> credential which running `sudo ot-ctl dataset active -x` command on border
221+
> router to get.
219222

220223
### Cluster control
221224

0 commit comments

Comments
 (0)