From 7b96374ea67222bac68452a7d37537e07608d1b2 Mon Sep 17 00:00:00 2001 From: Pedro Minatel Date: Mon, 20 Dec 2021 11:11:22 +0000 Subject: [PATCH] [Fix] Added the Win32 not supported notice/warning (#6031) Related to: #6012 #5994 #5991 --- docs/source/installing.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/installing.rst b/docs/source/installing.rst index 3913e5d9..59028fcb 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 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. + Steps to install Arduino ESP32 support on Windows: **Step 1**