djsb / canny

Canny is a ESP8266 bridge replacement for Milight, Easybulb, Limitless and futlight clones using Muzzley
MIT License
27 stars 5 forks source link

incompatible with latest mqtt library #1

Open VincentGijsen opened 6 years ago

VincentGijsen commented 6 years ago

Hi,

I found out (the hard way), that the 1.10 branch of the MQTT library, is working great (after 512) modification. Using the 2.X branch and setting

client(512);

silently hinders all communication.

better update the README.md on versions ;)