You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/firmware-upgrades.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,17 @@
3
3
The firmware for the HeartyPatch's on-board Espressif ESP32 chip uses the [esp-idf framework](https://github.com/espressif/esp-idf)
4
4
for development. You will need to install and configure the following components to setup a development environment:
5
5
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)
8
11
* Supporting software such as Python and pyserial
9
12
10
13
**Please make sure all of the above tools are properly installed before proceeding.**
11
14
12
15
**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
+
14
17
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).
15
18
16
19
You can then clone our [Github repository](https://github.com/Protocentral/protocentral_heartypatch) of code for the ESP32:
0 commit comments