Skip to content

Commit 015bf6d

Browse files
committed
Refresh of 933ff80.patch
1 parent 627360b commit 015bf6d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ CFLAGS+= -I$(PROJECT_PATH)/components/libwebsockets/plugins \
2222
-I$(IDF_PATH)/components/vfs/include \
2323
-DLWS_IS_FACTORY_APPLICATION=$(LWS_IS_FACTORY_APPLICATION) \
2424
-I$(IDF_PATH)/components/soc/esp32/include/ \
25-
-I$(IDF_PATH)/components/esp32/include
25+
-I$(IDF_PATH)/components/esp32/include \
26+
-I$(IDF_PATH)/components/lwip/port/esp32/include \
27+
-I$(IDF_PATH)/components/lwip/lwip/src/include \
28+
-I$(IDF_PATH)/components/lwip/include/apps
2629
export IDF_PATH

partitions.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
nvs, data, nvs, 0x9000, 0x4000
55
otadata, data, ota, 0xd000, 0x2000
66
phy_init, data, phy, 0xf000, 0x1000
7-
factory, 0, 0, 0x10000, 1M
8-
ota_0, 0, ota_0, , 0x2f0000
7+
factory, 0, 0, 0x10000, 0x110000
8+
ota_0, 0, ota_0, , 0x2e0000
99

0 commit comments

Comments
 (0)