From b884ace0f8b81ee4f45a358e8d5b618b0d7c04c1 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sun, 7 Jun 2015 12:51:12 +0200 Subject: [PATCH] Required flash chip Am I correct in assuming this would also work with 4MB flash chips (found on some ESP-12's, according to http://www.esp8266.com/viewtopic.php?f=24&t=1447&hilit=flashid#p8571)? (didn't find any data on ESP-13) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ef5308..b166605 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ ESP8266 flashing tool to flash the following: - `blank.bin` to 0x7e000 - `user1.bin` to 0x01000 -Note that the firmware assumes a 512KB flash chip, which most of the esp-01 thru esp-11 +Note that the firmware assumes at least a 512KB flash chip, which most of the esp-01 thru esp-12 modules appear to have. Wifi configuration overview