diff --git a/docs/_static/platformio-demo-ota-esp8266.jpg b/docs/_static/platformio-demo-ota-esp8266.jpg new file mode 100644 index 00000000..4cbd7da7 Binary files /dev/null and b/docs/_static/platformio-demo-ota-esp8266.jpg differ diff --git a/docs/demo.rst b/docs/demo.rst index f0ebcda3..34d7669a 100644 --- a/docs/demo.rst +++ b/docs/demo.rst @@ -64,3 +64,15 @@ Used in demo 7. :ref:`platformio lib install 124 --version "1.40" ` command 8. :ref:`platformio lib show 124 ` command 9. :ref:`cmd_lib_update` command. + +Over-the-Air update for ESP8266 +------------------------------- + +.. image:: _static/platformio-demo-ota-esp8266.jpg + :target: https://www.youtube.com/watch?v=lXchL3hpDO4 + +Used in demo +~~~~~~~~~~~~ + +1. :ref:`cmd_run` command +2. :ref:`platformio run -t upload ` command.