Merge branch 'docs/ota_gif_for_how_ota_works_v3.1' into 'release/v3.1'

Add gif to tell how FOTA works (backport v3.1)

See merge request sdk/ESP8266_RTOS_SDK!822
This commit is contained in:
Dong Heng
2019-03-06 12:11:39 +08:00
3 changed files with 14 additions and 0 deletions

BIN
docs/_static/multi-ota-urls.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 KiB

BIN
docs/_static/single_ota_url.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 910 KiB

View File

@ -41,6 +41,20 @@ When FOTA completing, the partition map may look like the following graph (what
In this case, there are about 40KB(4KB + 16KB + 4KB + 16KB) flash size cannot be used by users.
FOTA by Single Firmware URL
---------------------------
|single_ota_url|
.. |single_ota_url| image:: ../../_static/single_ota_url.gif
FOTA by Multi Firmware URLs
---------------------------
|multi-ota-urls|
.. |multi-ota-urls| image:: ../../_static/multi-ota-urls.gif
Workflow
========