partition_table_esp32_flash.csv 364 B

12345678
  1. # Special partition table for unit test app
  2. #
  3. # Name, Type, SubType, Offset, Size, Flags
  4. # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
  5. factory, 0, 0, 0x20000, 0x260000
  6. # flash_test partition used for SPI flash tests, WL FAT tests, and SPIFFS tests
  7. flash_test, data, fat, , 528K