-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Python version mismatch in OTA doc #8416
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
Comments
Good catch! Users don't even need to install Python anymore (we ship and use our own private version), so that whole bit of the docs should be deleted. |
earlephilhower
added a commit
to earlephilhower/Arduino
that referenced
this issue
Dec 19, 2021
Fixes esp8266#8416 We install a private Python and use it for OTA calls, so users do not need to manually install anything.
d-a-v
pushed a commit
that referenced
this issue
Dec 20, 2021
Fixes #8416 We install now a private Python and use it for OTA calls, so users do not need to manually install anything.
JAndrassy
pushed a commit
to JAndrassy/Arduino
that referenced
this issue
Dec 21, 2021
Fixes esp8266#8416 We install now a private Python and use it for OTA calls, so users do not need to manually install anything.
hasenradball
pushed a commit
to hasenradball/Arduino
that referenced
this issue
Nov 18, 2024
Fixes esp8266#8416 We install now a private Python and use it for OTA calls, so users do not need to manually install anything.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basic Infos
Platform
Settings in IDE
Problem Description
In [OTA update documentation]
(https://github.com./esp8266/Arduino/blob/master/doc/ota_updates/readme.rst#:~:text=select%20%E2%80%9CAdd%20python.exe%20to%20Path%E2%80%9D), text is about Python 3.x, but screenshot is Python 2.7.
See the confusion it causes at this OTA tutorial
The text was updated successfully, but these errors were encountered: