odelot / aws-mqtt-websockets

Implementation of a middleware to use AWS MQTT service through websockets, aiming the ESP8266 plataform
GNU Lesser General Public License v3.0
231 stars 67 forks source link

Incompatibility with TimeLib 1.5 #50

Open jcservaye opened 5 years ago

jcservaye commented 5 years ago

The new version uses time.h but it can't compile if the application uses Timelib. I made a version for use with Timelib. Now it compile and the date and time are exactly same as in your version but it cannot connect to AWS.

The previous version works like a charm for about 1 year. is it possible to download previous version?