khoih-prog / AsyncMQTT_Generic

Arduino Arduino Library for ESP8266, ESP32, Portenta_H7, STM32 and RP2040W asynchronous MQTT client implementation. This library, ported to support ESP32, WT32_ETH01 (ESP32 + LAN8720), ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A or LAN8720 Ethernet), Teensy 4.1 using QNEthernet, RASPBERRY_PI_PICO_W with CYW43439 WiFi. Currently supporting TLS/SSL for ESP32 only
MIT License
62 stars 10 forks source link

Possibility to use tinygsm object in asyncmqttclient? #2

Closed ortegafernando closed 2 years ago

ortegafernando commented 2 years ago

Is there any possibility to use TinyGSM object in asyncmqttclient instead of "wifi" ? Thanks.

khoih-prog commented 2 years ago

It's possible, but I don't have time and interest to spend on this GSM enhancement. Your contribution is always welcome.

Next time, please put in the new Discussion, not Issues section.