Skip to content

Commit 08a96e4

Browse files
committed
Custom partition table, because of the large web objects
1 parent 151ba16 commit 08a96e4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ledc2/main/ledc_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ void app_main(void)
7070
ledc_init();
7171

7272
// start the webserver
73-
//webserver_init();
73+
webserver_init();
7474

7575
// start the mdns service, it's helpful
7676
// going to hard code the name fanc at the moment, seems the project or NVS should have it

ledc2/partitions.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# ESP-IDF Partition Table
2+
# Name, Type, SubType, Offset, Size, Flags
3+
nvs, data, nvs, 0x9000, 0x6000,
4+
phy_init, data, phy, 0xf000, 0x1000,
5+
factory, app, factory, 0x10000, 1536K,

0 commit comments

Comments
 (0)