feat: Implement HTTP server with static file serving from LittleFS, system APIs, and network connectivity management.
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
nvs, data, nvs, 0x9000, 0x6000,
|
||||
phy_init, data, phy, 0xf000, 0x1000,
|
||||
factory, app, factory, 0x10000, 1M,
|
||||
www, data, littlefs, , 128K,
|
||||
www_0, data, littlefs, , 1M,
|
||||
www_1, data, littlefs, , 1M,
|
||||
|
||||
|
Reference in New Issue
Block a user