From 9a8edd8ae8e0a55d5fc1e45810443b78e5901f8b Mon Sep 17 00:00:00 2001 From: dnc40085 Date: Tue, 23 Feb 2016 01:22:41 -0800 Subject: [PATCH] Fix inconsistency between flash_init_data in flash_api.c and esp_init_data_default.bin in SDK 1.51 --- app/platform/flash_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/platform/flash_api.c b/app/platform/flash_api.c index a7615cab..e23111ad 100644 --- a/app/platform/flash_api.c +++ b/app/platform/flash_api.c @@ -27,7 +27,7 @@ static const uint8_t flash_init_data[128] = 0xE1, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x93, 0x43, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, INIT_107, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + 0x03, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; uint32_t flash_detect_size_byte(void)