From e5012bd07e52d5fb9f4456a7f149d1c43561e774 Mon Sep 17 00:00:00 2001 From: "rudi ;-)" Date: Mon, 10 Apr 2017 05:07:12 +0200 Subject: [PATCH] OTA example readme: [typo]: Worflow to Workflow Merges PR #507 https://github.com/espressif/esp-idf/pull/507 --- examples/system/ota/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/system/ota/README.md b/examples/system/ota/README.md index 886dbf5fbb..2b0e0202b0 100644 --- a/examples/system/ota/README.md +++ b/examples/system/ota/README.md @@ -16,7 +16,7 @@ In this example, the ESP32 has 3 images in flash: factory, OTA_0, OTA_1. Each of Flashing the example over serial with "make flash" updates the factory app image. On first boot, the bootloader loads this factory app image which then performs an OTA update (triggered in the example code). The update downloads a new image from an http server and saves it into the OTA_0 partition. At this point the example code updates the ota_data partition to indicate the new app partition, and resets. The bootloader reads ota_data, determines the new OTA image has been selected, and runs it. -# Worflow +# Workflow The OTA_workflow.png diagram demonstrates the overall workflow: