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
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@
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
6
+
###The Xtensa ESP32 toolchain
7
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
8
9
-
* The v2.1 release of esp-idf
9
+
###The v2.1 release of esp-idf
10
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)
11
-
* Supporting software such as Python and pyserial
11
+
###Supporting software such as Python and pyserial
12
12
13
13
**Please make sure all of the above tools are properly installed before proceeding.**
0 commit comments