Add libesphttpd to extras and supporting example (#458)
* libesphttpd: added extras and example * Added "heatshrink" as a submodule * Updated libesphttpd * Updated libesphttpd * Trying to fix the commit id * Updated libesphttpd * Added zlib1g-dev package * Use native gcc to build mkespfsimage and mkupgimg * Added NS and GW for DHCP server configuration
This commit is contained in:
parent
d36e9d65a0
commit
09b8b8087c
30 changed files with 1192 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -28,3 +28,9 @@
|
|||
[submodule "extras/crc_generic/crc_lib"]
|
||||
path = extras/crc_generic/crc_lib
|
||||
url = https://github.com/Zaltora/crc_generic_lib.git
|
||||
[submodule "extras/libesphttpd/libesphttpd"]
|
||||
path = extras/libesphttpd/libesphttpd
|
||||
url = https://github.com/nochkin/libesphttpd
|
||||
[submodule "extras/libesphttpd/libesphttpd/lib/heatshrink"]
|
||||
path = extras/libesphttpd/libesphttpd/lib/heatshrink
|
||||
url = https://github.com/atomicobject/heatshrink
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue