From 7c5b06e237662fc91040503bc05e63be230f381d Mon Sep 17 00:00:00 2001 From: franz-ms-muc <69573151+franz-ms-muc@users.noreply.github.com> Date: Wed, 8 Mar 2023 18:36:15 +0100 Subject: [PATCH] Update partitions_example.csv 512K is too small, need to be 528K. see https://github.com/espressif/esp-idf/issues/9084 --- examples/peripherals/i2c/i2c_tools/partitions_example.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/peripherals/i2c/i2c_tools/partitions_example.csv b/examples/peripherals/i2c/i2c_tools/partitions_example.csv index b6298ac549..d4fe8bd49f 100644 --- a/examples/peripherals/i2c/i2c_tools/partitions_example.csv +++ b/examples/peripherals/i2c/i2c_tools/partitions_example.csv @@ -3,4 +3,4 @@ nvs, data, nvs, 0x9000, 0x6000, phy_init, data, phy, 0xf000, 0x1000, factory, app, factory, 0x10000, 1M, -storage, data, fat, , 0x80000, +storage, data, fat, , 528K,