Skip to content

Commit b3adc8c

Browse files
committed
Merge branch 'feature/support_ota_partition' into 'master'
feat: add partition for ota See merge request sdk/ESP8266_RTOS_SDK!383
2 parents a696e22 + 1f797c3 commit b3adc8c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/partition_table/partitions_two_ota.csv

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
nvs, data, nvs, 0x9000, 0x4000
44
otadata, data, ota, 0xd000, 0x2000
55
phy_init, data, phy, 0xf000, 0x1000
6-
factory, 0, 0, 0x10000, 1M
7-
ota_0, 0, ota_0, , 1M
8-
ota_1, 0, ota_1, , 1M
6+
ota_0, 0, ota_0, 0x10000, 0x80000
7+
ota_1, 0, ota_1, 0x110000,0x80000

0 commit comments

Comments
 (0)