1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Remove Python installation from OTA doc (#8417)

Fixes #8416

We install now a private Python and use it for OTA calls, so users do not need to manually install anything.
This commit is contained in:
Earle F. Philhower, III 2021-12-20 05:49:45 -08:00 committed by GitHub
parent 42aa0e6d25
commit b5f3d1d6d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

View File

@ -226,13 +226,6 @@ Instructions below show configuration of OTA on a NodeMCU 1.0 (ESP-12E Module) b
- esp8266/Arduino platform package 2.0.0 or newer - for instructions - esp8266/Arduino platform package 2.0.0 or newer - for instructions
follow follow
https://github.com/esp8266/Arduino#installing-with-boards-manager https://github.com/esp8266/Arduino#installing-with-boards-manager
- Python 3.x - https://www.python.org/
**Note:** Windows users should select “Add python.exe to Path”
(see below this option is not selected by default).
.. figure:: a-ota-python-configuration.png
:alt: Python installation set up
2. Now prepare the sketch and configuration for upload via a serial port. 2. Now prepare the sketch and configuration for upload via a serial port.