mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
commit
c19596cae8
@ -51,6 +51,11 @@ typedef struct _list_node{
|
|||||||
#define DHCPS_SERVER_PORT 67
|
#define DHCPS_SERVER_PORT 67
|
||||||
#define DHCPS_CLIENT_PORT 68
|
#define DHCPS_CLIENT_PORT 68
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Advertise DNS capability in DHCP OFFER
|
||||||
|
*/
|
||||||
|
#define USE_DNS 0
|
||||||
|
|
||||||
#define DHCPDISCOVER 1
|
#define DHCPDISCOVER 1
|
||||||
#define DHCPOFFER 2
|
#define DHCPOFFER 2
|
||||||
#define DHCPREQUEST 3
|
#define DHCPREQUEST 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user