From b768da90fe4f9da52f91502a215f24702a0ff85c Mon Sep 17 00:00:00 2001 From: "pedro.minatel" Date: Thu, 16 Dec 2021 10:57:50 +0000 Subject: [PATCH 1/3] [Fix] Added the Win32 not supported notice/warning --- docs/source/installing.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/installing.rst b/docs/source/installing.rst index 3913e5d9d9e..64290b4b54b 100644 --- a/docs/source/installing.rst +++ b/docs/source/installing.rst @@ -61,6 +61,10 @@ To start the installation process using the Boards Managaer, follow these steps: Windows ------- +.. warning:: Arduino ESP32 core v2.x.x cannot be used on Windows 7 or earlier. The Windows 32 bits OS is no longer supported by this toolchain. + + The Arduino ESP32 v1.0.6 still works on WIN32. You might want to install python 3.8.x because it is the latest release supported by Windows 7. + Steps to install Arduino ESP32 support on Windows: **Step 1** From 4253a2f361b89159119be8c8a5d251d0492e813d Mon Sep 17 00:00:00 2001 From: "pedro.minatel" Date: Thu, 16 Dec 2021 14:47:40 +0000 Subject: [PATCH 2/3] [Fix] Added Windows 8.x in the warn message --- docs/source/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installing.rst b/docs/source/installing.rst index 64290b4b54b..e3d480c74e0 100644 --- a/docs/source/installing.rst +++ b/docs/source/installing.rst @@ -61,7 +61,7 @@ To start the installation process using the Boards Managaer, follow these steps: Windows ------- -.. warning:: Arduino ESP32 core v2.x.x cannot be used on Windows 7 or earlier. The Windows 32 bits OS is no longer supported by this toolchain. +.. warning:: Arduino ESP32 core v2.x.x cannot be used on Windows 7, Windows 8.x x86 (32 bits) or earlier. The Windows 32 bits OS is no longer supported by this toolchain. The Arduino ESP32 v1.0.6 still works on WIN32. You might want to install python 3.8.x because it is the latest release supported by Windows 7. From 81f01c55de270376b3f258a4c9e96cf3b6a322ec Mon Sep 17 00:00:00 2001 From: "pedro.minatel" Date: Thu, 16 Dec 2021 15:39:44 +0000 Subject: [PATCH 3/3] [Fix] Fix on the Windows versions order --- docs/source/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installing.rst b/docs/source/installing.rst index e3d480c74e0..59028fcbf1b 100644 --- a/docs/source/installing.rst +++ b/docs/source/installing.rst @@ -61,7 +61,7 @@ To start the installation process using the Boards Managaer, follow these steps: Windows ------- -.. warning:: Arduino ESP32 core v2.x.x cannot be used on Windows 7, Windows 8.x x86 (32 bits) or earlier. The Windows 32 bits OS is no longer supported by this toolchain. +.. warning:: Arduino ESP32 core v2.x.x cannot be used on Windows 8.x x86 (32 bits), Windows 7 or earlier. The Windows 32 bits OS is no longer supported by this toolchain. The Arduino ESP32 v1.0.6 still works on WIN32. You might want to install python 3.8.x because it is the latest release supported by Windows 7.