From 45f6e45de7549f5fdf80275900ece8fd0ac1f06e Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Fri, 20 Dec 2019 18:54:31 +1100 Subject: [PATCH] doc: Update MSYS2 pre-compiled environment zip Required to get working MSYS2 Python cryptography package --- docs/en/get-started/windows-setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/get-started/windows-setup.rst b/docs/en/get-started/windows-setup.rst index edf667ac2..1e1032e36 100644 --- a/docs/en/get-started/windows-setup.rst +++ b/docs/en/get-started/windows-setup.rst @@ -14,7 +14,7 @@ Toolchain Setup The quick setup is to download the Windows all-in-one toolchain & MSYS2 zip file from dl.espressif.com: -https://dl.espressif.com/dl/esp32_win32_msys2_environment_and_toolchain-20181001.zip +https://dl.espressif.com/dl/esp32_win32_msys2_environment_and_gcc5_toolchain-20191220.zip Unzip the zip file to ``C:\`` (or some other location, but this guide assumes ``C:\``) and it will create an ``msys32`` directory with a pre-prepared environment.