Fix desync with IDF in dhcpserver

This commit is contained in:
me-no-dev
2017-09-20 15:36:39 +08:00
parent f648ad7cea
commit 4cf0e98f32
3 changed files with 135 additions and 117 deletions

View File

@ -37,6 +37,7 @@ extern "C" {
#include <esp_wifi.h>
#include <esp_event_loop.h>
#include <lwip/ip_addr.h>
#include "apps/dhcpserver_options.h"
}