sdkconfig: Switch to 16MiB partition layout
1 unresolved thread
1 unresolved thread
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs,data,nvs,0x9000,24K,
phy_init,data,phy,0xf000,4K,
factory,app,factory,0x10000,6080K,
vfs,data,fat,0x600000,10M,
Merge request reports
Activity
requested review from @q3k
assigned to @Anon
3 3 # Name, Type, SubType, Offset, Size, Flags 4 4 nvs, data, nvs, 0x9000, 0x6000, 5 5 phy_init, data, phy, 0xf000, 0x1000, 6 factory, app, factory, 0x10000, 0x1F0000, 7 vfs, data, fat, 0x200000, 0xE00000, 6 factory, app, factory, 0x10000, 0x5F0000, changed this line in version 2 of the diff
added 15 commits
-
3a0adc04...02179f57 - 14 commits from branch
main
- 1030d53f - sdkconfig: Switch to 16MiB partition layout
-
3a0adc04...02179f57 - 14 commits from branch
enabled an automatic merge when the pipeline for 1030d53f succeeds
Please register or sign in to reply