espressif / esp-mqtt

ESP32 mqtt component
Apache License 2.0
610 stars 257 forks source link

ESP8266 compatibility (IDFGH-1752) #76

Closed cgawron closed 5 years ago

cgawron commented 6 years ago

This is a first version adding support for the ESP8266 using the latest esp-idf style SDK. See issue #73.

The code compiles, but I did not run extensive tests yet!

cgawron commented 6 years ago

The failing check looks like a problem with the travis setup too me - there is some python dependency error and I can't spot a compilation error.

cgawron commented 6 years ago

This is a first version adding support for the ESP8266 using the latest esp-idf style SDK. See issue #73.

The code compiles and the travis check is ok, but I did not run extensive tests yet!

cgawron commented 5 years ago

Probably not relevant any longer, as the latest ESP8266 already contains esp-mqtt.