sglvladi / meshquitto

A simple Arduino project, which aims to provide a gateway between a mesh network of ESP8266's and a remote MQTT broker.
https://github.com/sglvladi/meshquitto
MIT License
40 stars 16 forks source link

#include <Crc16.h> is missing? #3

Closed richmondgingingon closed 6 years ago

richmondgingingon commented 6 years ago

I have connected my esp8266 but when I compile the code, it shows this library is missing.

sglvladi commented 6 years ago

@rgingingon CRC16 is an external library used to detect Software Serial transmission errors. The library can be found here. This is also mentioned in the README.md file.

Since meshquitto uses a number of external libraries, I would advise you to have a read through the README.md (or the repository homepage), where all information regarding the necessary libraries can be found.

Hope this helps!

sglvladi commented 6 years ago

@rgingingon Did the above solve your problem? Should we close the issue?