mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
fix(wifi): fix build issue by modifying parttion table of file_server example
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
|
||||
nvs, data, nvs, 0x9000, 0x6000,
|
||||
phy_init, data, phy, 0xf000, 0x1000,
|
||||
factory, app, factory, 0x10000, 1M,
|
||||
storage, data, spiffs, , 0xF0000,
|
||||
factory, app, factory, 0x10000, 0x110000,
|
||||
storage, data, spiffs, , 0xE0000,
|
||||
|
|
Reference in New Issue
Block a user