From c3e794b4e84d8d490020c86c3c9d47fb3b5a1745 Mon Sep 17 00:00:00 2001 From: Sebastien Date: Tue, 10 Mar 2020 20:06:56 -0400 Subject: [PATCH] adjusting partition size to accomodate for some extra logging --- partitions.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/partitions.csv b/partitions.csv index 8f6a1cc6..e166f2a7 100644 --- a/partitions.csv +++ b/partitions.csv @@ -3,8 +3,8 @@ nvs, data, nvs, 0x9000, 0x4000, otadata, data, ota, 0xD000, 0x2000, phy_init, data, phy, 0xF000, 0x1000, -recovery, app, factory, 0x10000, 0x140000, -ota_0, app, ota_0, , 0x2A0000, +recovery, app, factory, 0x10000, 0x155f90 +ota_0, app, ota_0, , 0x270070, #ota_0, app, ota_0, 0x10000, 0x140000, #recovery, app, factory, , 0x2A0000, settings, data, nvs, , 0x10000,