Browse Source

Fix inconsistency between flash_init_data in flash_api.c and
esp_init_data_default.bin in SDK 1.51

dnc40085 8 years ago
parent
commit
9a8edd8ae8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/platform/flash_api.c

+ 1 - 1
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)