lwip: Add macro to disable vendor class option

pull/8180/head
yuanjm 2021-11-23 19:42:47 +08:00
rodzic 633266105a
commit a8fd3ef48e
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -266,6 +266,11 @@
#endif
/**
* LWIP_DHCP_DISABLE_VENDOR_CLASS_ID==1: Do not add option 60 (Vendor Class Identifier) to DHCP packets
*/
#define ESP_DHCP_DISABLE_VENDOR_CLASS_IDENTIFIER 1
/*
------------------------------------
---------- AUTOIP options ----------