Skip to content

Commit

Permalink
Update partitions_example.csv
Browse files Browse the repository at this point in the history
512K is too small, need to be 528K. see #9084
  • Loading branch information
franz-ms-muc authored and suda-morris committed May 29, 2023
1 parent e31712e commit 7c5b06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/peripherals/i2c/i2c_tools/partitions_example.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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,

0 comments on commit 7c5b06e

Please sign in to comment.