fix(lwip): fix aton prase wrong parameters

This commit is contained in:
dongheng
2019-07-02 15:40:46 +08:00
parent 19cfb19cb7
commit d65295e199
2 changed files with 30 additions and 0 deletions

View File

@@ -53,6 +53,7 @@
#include "driver/soc.h"
#define ESP_LWIP 1
#define ESP_IP4_ATON 1
#ifdef CONFIG_ESP_DNS
#define ESP_DNS 1