plapointe6 / EspMQTTClient

Wifi and MQTT handling for ESP8266 and ESP32
GNU General Public License v3.0
444 stars 132 forks source link

State of the `dev` branch - Logic Separation #103

Open EdJoPaTo opened 2 years ago

EdJoPaTo commented 2 years ago

The current dev branch introduces separated logic which seems quite useful. Is there a current plan for testing / releasing it to the main branch?

(I don't want to hurry, I am just curious.)

plapointe6 commented 2 years ago

The dev branch was meant to be released for alpha testing, but I have issues. It seems that there are some incompatibilities between different versions of ESP32 / ESP8266 core.

You can see more on this here: https://github.com/plapointe6/EspMQTTClient/issues/97 https://github.com/plapointe6/EspSimpleWifiHandler/pull/1

I plan to do more work/testing to fix this, but, unfortunately, time is currently missing on my side.