shurillu / CTBot

A simple (and easy to use) Arduino Telegram BOT Library for ESP8266/ESP32
MIT License
147 stars 34 forks source link

Limited possibility #74

Closed 20flint12 closed 3 years ago

20flint12 commented 3 years ago

Network connection settings are set only by hardcode. How to use the bot with AutoConnect library?

shurillu commented 3 years ago

Hello 20flint12,

thank you for using the library. All the connection member functions provided by the library are helper functions: in other words you can use it or you can use other functions/libraries to set up a connection to a WiFi network. The only required member function is setTelegramToken().

Regards,

Stefano

20flint12 commented 3 years ago

Thanks. Helped.