]> granicus.if.org Git - esp-idf/commitdiff
OTA example readme: [typo]: Worflow to Workflow
authorrudi ;-) <ESP32DE@users.noreply.github.com>
Mon, 10 Apr 2017 03:07:12 +0000 (05:07 +0200)
committerAngus Gratton <gus@projectgus.com>
Fri, 21 Apr 2017 01:03:07 +0000 (11:03 +1000)
Merges PR #507 https://github.com/espressif/esp-idf/pull/507

examples/system/ota/README.md

index 886dbf5fbbfb9de29040f2bc1ec0f45fc85f060a..2b0e0202b0eb5f78944462efd546adf7142a263d 100644 (file)
@@ -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: