Skip to content

Commit c1b5f32

Browse files
committed
Fix the partition without ota
1 parent 932c0e7 commit c1b5f32

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Name, Type, SubType, Offset, Size, Flags
2-
nvs, data, nvs, 0x9000, 0x5000,
3-
otadata, data, ota, 0xe000, 0x2000,
4-
ota_0, app, ota_0, 0x10000, 0x1F0000,
5-
ota_1, app, ota_1, 0x200000, 0x1F0000,
1+
# Name, Type, SubType, Offset, Size, Flags
2+
nvs, data, nvs, 0x9000, 0x5000,
3+
factory, app, factory, 0x10000, 0x3F0000,

0 commit comments

Comments
 (0)