Skip to content

Commit

Permalink
Remove Python installation from OTA doc (esp8266#8417)
Browse files Browse the repository at this point in the history
Fixes esp8266#8416

We install now a private Python and use it for OTA calls, so users do not need to manually install anything.
  • Loading branch information
earlephilhower authored and hasenradball committed Nov 18, 2024
1 parent 1a76adb commit 6c4c496
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Binary file removed doc/ota_updates/a-ota-python-configuration.png
Binary file not shown.
7 changes: 0 additions & 7 deletions doc/ota_updates/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
follow
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.

Expand Down

0 comments on commit 6c4c496

Please sign in to comment.