-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Description
Arduino:1.8.13 (Windows 10), Kort:"NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200"
C:\Users\Peter\Arduino\libraries\ESP8266WiFi\src\ESP8266WiFiAP.cpp:40:28: fatal error: LwipDhcpServer.h: No such file or directory
#include "LwipDhcpServer.h"
compilation terminated.
exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).
I download the file from GitHub but where to put the missing file. I have tried to put the file in many libs but I always got To deep nested. The program is strippen down to only #include <ESP8266WiFi.h> and I cannot find out what's the problem. I have use this lib for long time and it has worked before. I am very frustrated. I have reinstalled both IDE and the libraries