diff options
| author | Damien George | 2019-06-17 18:27:29 +1000 |
|---|---|---|
| committer | Damien George | 2019-06-19 14:32:15 +1000 |
| commit | 3ee3995be1c6c461110d7908498777241e08a76a (patch) | |
| tree | 1fac7a94d3094b1a2d08fb12d62c29897313ba68 /ports/esp32/README.md | |
| parent | 1a51fc9ddf889c6a81e0156e6d438e4228479874 (diff) | |
esp32: Update to use ESP IDF v3.3-beta3.
This updates ESP IDF to use v3.3-beta3. And also adjusts README.md to
point to stable docs which provide a link to download the correct toolchain
for this IDF version, namely 1.22.0-80-g6c4433a-5.2.0
Diffstat (limited to 'ports/esp32/README.md')
| -rw-r--r-- | ports/esp32/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/esp32/README.md b/ports/esp32/README.md index cd3d5af19..12144d822 100644 --- a/ports/esp32/README.md +++ b/ports/esp32/README.md @@ -37,9 +37,9 @@ git hash of this version can be found by running `make` without a configured The binary toolchain (binutils, gcc, etc.) can be installed using the following guides: - * [Linux installation](https://esp-idf.readthedocs.io/en/latest/get-started/linux-setup.html) - * [MacOS installation](https://esp-idf.readthedocs.io/en/latest/get-started/macos-setup.html) - * [Windows installation](https://esp-idf.readthedocs.io/en/latest/get-started/windows-setup.html) + * [Linux installation](https://docs.espressif.com/projects/esp-idf/en/stable/get-started/linux-setup.html) + * [MacOS installation](https://docs.espressif.com/projects/esp-idf/en/stable/get-started/macos-setup.html) + * [Windows installation](https://docs.espressif.com/projects/esp-idf/en/stable/get-started/windows-setup.html) If you are on a Windows machine then the [Windows Subsystem for Linux](https://msdn.microsoft.com/en-au/commandline/wsl/install_guide) |
