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

Error in compiling examples #26

Closed Stinde closed 6 years ago

Stinde commented 6 years ago

When compiling the examples, I get error about HASH_HEX_LEN2 has already defined in AWSClient2.h

I have latest aws-sdk-arduino and Arduino IDE 1.6.12.

odelot commented 6 years ago

Sorry, I removed this dependencie but forgot to update the examples.

Remove the include for AWSClient2.h

Stinde commented 6 years ago

Now it's compiling without errors, thanks.