From 657a16c75a6beef9162b07110f8ef7212f4ba182 Mon Sep 17 00:00:00 2001 From: Thorsten von Eicken Date: Sat, 27 Jun 2015 01:02:41 -0700 Subject: [PATCH] minor fix in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aecfeb..0085202 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ and is documented in Espressif's `99C-ESP8266__OTA_Upgrade__EN_v1.5.pdf`): - @0x3E000 16KB esp-link parameters - @0x40000 4KB unused - @0x41000 236KB partition2 - - @0x4E000 16KB system wifi parameters + - @0x7E000 16KB system wifi parameters What this means is that we can flash just about anything into partition1 or partition2 as long as it doesn't take more than 236KB and has the right format that the boot loader understands.