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 authored and wqx6 committed Dec 1, 2021
1 parent 31c7744 commit 63131be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/ota-provider-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ A prototype application that demonstrates OTA provider capabilities.

## Copy the OTA image

- Copy the binary file which you are going to send to the OTA Requestor to `./spiffs` path and make sure the `OTA_IMAGE_NAME` is
the same as the name of the image file you placed in `./spiffs`.
- Copy the binary file which you are going to send to the OTA Requestor to
`./spiffs` path and make sure the `OTA_IMAGE_NAME` is the same as the name
of the image file you placed in `./spiffs`.

```
idf.py menuconfig
```

- Edit the `OTA_IMAGE_NAME` through `Demo`->`OTA image file name`.

## Building the Example Application
Expand Down

0 comments on commit 63131be

Please sign in to comment.