Skip to content

Commit

Permalink
align to current esp-idf
Browse files Browse the repository at this point in the history
warmcat/lws-esp32-factory#44

Thanks to Fredrik Fornstad
  • Loading branch information
lws-team committed Sep 11, 2018
1 parent 765dd5c commit 80b5bac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ CFLAGS+= -I$(PROJECT_PATH)/components/libwebsockets/plugins \
-I$(IDF_PATH)/components/vfs/include \
-DLWS_IS_FACTORY_APPLICATION=$(LWS_IS_FACTORY_APPLICATION) \
-I$(IDF_PATH)/components/soc/esp32/include/ \
-I$(IDF_PATH)/components/esp32/include
-I$(IDF_PATH)/components/esp32/include \
-I$(IDF_PATH)/components/lwip/port/esp32/include \
-I$(IDF_PATH)/components/lwip/lwip/src/include \
-I$(IDF_PATH)/components/lwip/include/apps

export IDF_PATH

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ sizes according to what is actually sent or received.

## Build

This was built and tested againt esp-idf 4b91c82cc447640e5b61407e810f1d6f3eabd233 from 2018-06-20.
This was built and tested againt esp-idf 17ac4bad7381e579e5a7775755cc25480da47d97 from 2018-09-11.

Clone and bring in the lws submodule (it's unpatched lws master)

Expand Down
10 changes: 0 additions & 10 deletions partitions.csv

This file was deleted.

0 comments on commit 80b5bac

Please sign in to comment.