marvinroger / async-mqtt-client

📶 An Arduino for ESP8266 asynchronous MQTT client implementation
MIT License
849 stars 268 forks source link

[DRAFT] Update FullyFeatured-ESP32.ino for arduino-esp32-3.0 branch #304

Open lboue opened 5 months ago

lboue commented 5 months ago

Events names changes with arduino-esp32-3.0 branch. I got events for 3.0.x from WiFiClientEvents.ino.

lboue commented 5 months ago

@marvinroger Is there a way to make this library compatible with the 2 versions (arduino-esp32 2.0.x and 3.0.x) by testing in the code?