From 9750bf882d48e73696f41bcd4f6a57babe6e6554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sat, 7 Jan 2023 03:37:15 +0100 Subject: [PATCH] round partitions to 64KB --- examples/device/dfu_freertos/partitions.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/device/dfu_freertos/partitions.csv b/examples/device/dfu_freertos/partitions.csv index 02d493a82..97664ba60 100644 --- a/examples/device/dfu_freertos/partitions.csv +++ b/examples/device/dfu_freertos/partitions.csv @@ -3,5 +3,5 @@ nvs, data, nvs, , 0x4000, otadata, data, ota, , 0x2000, phy_init, data, phy, , 0x1000, -dfu, app, factory, , 222K, -app, app, ota_0, , 3700K, +dfu, app, factory, , 256K, +app, app, ota_0, , 3768K,