Skip to content

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jun 29, 2021
1 parent 44dc291 commit 01b43d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/all-clusters-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,15 +217,16 @@ commissioning and cluster control.

### Flashing app using script

- Follow these steps to use ${app_name}.flash.py
```
- Follow these steps to use \${app_name}.flash.py

```
$ export ESPPORT=/dev/tty.SLAB_USBtoUART
$ export ESPBAUD=${baud_value}
$ idf.py build
$ idf.py flashing_script
$ python ${app_name}.flash.py
```

### Note

This demo app illustrates controlling OnOff cluster (Server) attributes of an
Expand Down

0 comments on commit 01b43d0

Please sign in to comment.