Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Added the Win32 not supported notice/warning #6031

Merged
merged 3 commits into from
Dec 20, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/source/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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, Windows 8.x x86 (32 bits) or earlier. The Windows 32 bits OS is no longer supported by this toolchain.
pedrominatel marked this conversation as resolved.
Show resolved Hide resolved

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**
Expand Down