cotestatnt / AsyncTelegram2

Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.
MIT License
83 stars 25 forks source link

Ethernet only connection #127

Closed Bushpulbek closed 9 months ago

Bushpulbek commented 9 months ago

Good day!

I have a problem that's not directly related to the library, but maybe can be resolved by its means.

On my board with ESP32 I have only Ethernet - LAN8720 to be precise. Thus, the board can only communicate with the laptop since it can't be directly connected to the router via WiFi.

Can I use this library to manage Bot with a situation described above? Is it even possible to manage Bot this way?