From 8a7007efc9cd382c0e484f5e61915f8369b2ce79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Sun, 31 Jul 2016 23:16:47 +0200 Subject: [PATCH] Fix typo --- docs/en/flash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/flash.md b/docs/en/flash.md index 06ee17da..82c17568 100644 --- a/docs/en/flash.md +++ b/docs/en/flash.md @@ -58,7 +58,7 @@ Espressif changes the init data block (`esp_init_data_default.bin`) for their de A typical case that often fails is when a module is upgraded from a 0.9.x firmware to a recent version. It might look like the new firmware is broken, but the reason for the missing Lua prompt is related to the big jump in SDK versions. -If there is no init data block found during SDK startup, the SDK will install one itself. If there is a previous (potentially too old init block), the SDK *probably* doesn't do anything with it but there is no documentation from Espressif on this topic. +If there is no init data block found during SDK startup, the SDK will install one itself. If there is a previous (potentially too old) init block, the SDK *probably* doesn't do anything with it but there is no documentation from Espressif on this topic. Hence, there are two strategies to update the SDK init data: