use hostname in dhcp request
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5466bceb0e
commit
d5c10e441d
3 changed files with 3 additions and 3 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,6 +1,6 @@
|
|||
[submodule "modules/rtos"]
|
||||
path = modules/rtos
|
||||
url = https://github.com/SuperHouse/esp-open-rtos.git
|
||||
url = https://git.neulandlabor.de/j3d1/esp-open-rtos.git
|
||||
[submodule "modules/sdk"]
|
||||
path = modules/sdk
|
||||
url = https://github.com/pfalcon/esp-open-sdk.git
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PROGRAM=fiatlux
|
||||
|
||||
EXTRA_CFLAGS=-O3 -Ibuild/gen
|
||||
EXTRA_CFLAGS=-O3 -Ibuild/gen -DLWIP_NETIF_HOSTNAME=1
|
||||
|
||||
EXTRA_COMPONENTS=extras/i2s_dma extras/ws2812_i2s extras/dhcpserver extras/rboot-ota extras/mbedtls extras/httpd extras/sntp extras/cpp_support
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 503e66a500419e8863998b7ea784c5e26a7a5f7c
|
||||
Subproject commit a8217311e0d8547127b69b7c4ead62ed3aa87b79
|
Loading…
Reference in a new issue