LennartHennigs / ESPTelnet

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

Ethernet support #22

Closed strange-v closed 2 years ago

strange-v commented 2 years ago

Hi, thank you for the library!

I'm using it (just started) on WT32-ETH01, which supports an Ethernet connection instead of WiFi. To make it work, I had to add a tiny change to the "begin" method.

ETH_PHY_TYPE - describes what physical chip is used for Ethernet communication, so we can use it to add an additional check and include.

Tested on WT32-ETH01 and regular ESP32 chip with WiFi.

LennartHennigs commented 2 years ago

as requested in #27, I will add a boolean parameter to begin()