Skip to content

Commit 5c58107

Browse files
Updated docs for firmware upgrades
1 parent c57995d commit 5c58107

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/firmware-upgrades.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33
The firmware for the HeartyPatch's on-board Espressif ESP32 chip uses the [esp-idf framework](https://github.com/espressif/esp-idf)
44
for development. You will need to install and configure the following components to setup a development environment:
55

6-
* The Xtensa ESP32 toolchain (*Plase make sure download the toolchain from the links at: http://esp-idf.readthedocs.io/en/v2.1/get-started/index.html#standard-setup-of-toolchain*)
7-
* The v2.1 release of esp-idf (*this is the most stable release with the required features*)
6+
* The Xtensa ESP32 toolchain
7+
Please make sure download the toolchain from the links on [this page of the Espressif Site](http://esp-idf.readthedocs.io/en/v2.1/get-started/index.html#standard-setup-of-toolchain)
8+
9+
* The v2.1 release of esp-idf
10+
[Download and unzip the ESP-IDF v2.1 from this link](https://github.com/espressif/esp-idf/releases/download/v2.1/esp-idf-v2.1.zip)
811
* Supporting software such as Python and pyserial
912

1013
**Please make sure all of the above tools are properly installed before proceeding.**
1114

1215
**The current version of the HeartyPatch code compiles well and performs well only with v2.1 of the ESP-IDF and version 1.22.0-61-gab8375a-5.2.0 of the Xtensa toolchain.**
13-
16+
1417
Setup guides for these components are available on the [ESP-IDF documentation site](https://esp-idf.readthedocs.io/en/v2.1/get-started/index.html).
1518

1619
You can then clone our [Github repository](https://github.com/Protocentral/protocentral_heartypatch) of code for the ESP32:

0 commit comments

Comments
 (0)