mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-04 14:55:29 +00:00
Clean up Webserver project - add more Doxygen documentation for the new DHCP client functions and defines.
This commit is contained in:
@@ -113,6 +113,12 @@ typedef unsigned short uip_stats_t;
|
||||
*/
|
||||
#define UIP_CONF_UDP_CONNS 1
|
||||
|
||||
/**
|
||||
* Host identifier define (e.g. MAC address). If defined as 0,
|
||||
* this will use the internal MAC ethernet address define.
|
||||
*/
|
||||
#define UIP_NEIGHBOR_CONF_ADDRTYPE 0
|
||||
|
||||
//Include app configuration
|
||||
#include "apps-conf.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user