From c4bc15f39f4a81e4866a948510e3556087b687ea Mon Sep 17 00:00:00 2001 From: Valentin Roland Date: Fri, 15 Sep 2023 13:41:22 +0200 Subject: [PATCH] commit mpd example partition file --- examples/mpd_status/partitions.csv | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/mpd_status/partitions.csv diff --git a/examples/mpd_status/partitions.csv b/examples/mpd_status/partitions.csv new file mode 100644 index 00000000..573f2382 --- /dev/null +++ b/examples/mpd_status/partitions.csv @@ -0,0 +1,5 @@ +# ESP-IDF Partition Table +# Name, Type, SubType, Offset, Size, Flags +nvs, data, nvs, 0x9000, 0x6000, +phy_init, data, phy, 0xf000, 0x1000, +factory, app, factory, 0x10000, 1950K,