diff --git a/partitions.csv b/partitions.csv
index 57902e3d1ef5725fc3aff92daabfb2c59746f6fc..4eaa87d08ab246b5b5561bf57a0c6e68281800e2 100644
--- a/partitions.csv
+++ b/partitions.csv
@@ -7,5 +7,5 @@
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 # 512KiB gap for recovery app. 
-app,      app,  factory, 0x90000, 0x300000,
-vfs,      data, fat,     0x390000, 0xc70000,
+app,      app,  factory, 0x90000, 0x800000,
+vfs,      data, fat,     0x890000, 0x770000,
diff --git a/recovery/partitions.csv b/recovery/partitions.csv
index 916b779ebe04f88156076096bb41bf4ace2d953d..c6c2df3d0c1980e27ccf677c1a9ea4334e6b7f67 100644
--- a/recovery/partitions.csv
+++ b/recovery/partitions.csv
@@ -4,5 +4,5 @@
 nvs,      data, nvs,     0x9000,  0x6000,
 phy_init, data, phy,     0xf000,  0x1000,
 recovery, app,  factory, 0x10000, 0x80000,
-app,      app,  ota_0,   0x90000, 0x300000,
-vfs,      data, fat,     0x390000, 0xc70000,
+app,      app,  ota_0,   0x90000, 0x800000,
+vfs,      data, fat,     0x890000, 0x770000,