Explorar o código

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

dnc40085 %!s(int64=8) %!d(string=hai) anos
pai
achega
9a8edd8ae8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)