LennartHennigs / ESPTelnet

ESP library that allows you to setup a telnet server for debugging.
MIT License
215 stars 35 forks source link

remove the `ESP8266WebServer.h` inclusion #65

Closed LennartHennigs closed 1 month ago

LennartHennigs commented 7 months ago

can you please remove the ESP8266WebServer.h inclusion if it's not doing anything useful? It's conflicting with the https://github.com/me-no-dev/ESPAsyncWebServer library.

Taken from #64.

LennartHennigs commented 7 months ago

fixed in the branch. will merge soon.

Sylvio84 commented 1 month ago

Hello, Yes ESP8266WebServer seems not to be used. I also have this problem, thanks for the upcoming correction.

LennartHennigs commented 1 month ago

Hey @Sylvio84, hey @ DRSDavidSoft, this is now part of 2.2.2. Cheers