Skip to content

Commit

Permalink
Merge branch 'feature/modify_readme' into 'master'
Browse files Browse the repository at this point in the history
feat: Add `make erase_flash` instruction in README.md to erase the entire flash

See merge request !28
  • Loading branch information
wujiangang committed Jun 14, 2017
2 parents 419af6e + 4b9f192 commit 645b243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ export IDF_PATH=/path_of_your_esp32-at/esp-idf
* Or you can call `make` to compile it, and follow the printed instructions to download the bin files into flash by yourself.
* `make print_flash_cmd` can be used to print the addresses of downloading.
* More details are in the [esp-idf README](https://github.com/espressif/esp-idf/blob/master/README.md).
7. If the ESP32-AT bin fails to boot, and prints "ota data partition invalid", you should run `make erase_flash` to erase the entire flash.

0 comments on commit 645b243

Please sign in to comment.