mxtommy / SigkSens

ESP8266 based SignalK Wifi Sensors
Apache License 2.0
38 stars 8 forks source link

FunctionalInterrupt.h #73

Closed AliceJ21 closed 5 years ago

AliceJ21 commented 5 years ago

upon compiling, it continually fails with :

FunctionalInterrupt.cpp:1:33: error: FunctionalInterrupt.h: No such file or directory

include

I have tried manually putting the .cpp and .h files into the sketch but it still comes up with this error.

ba58smith commented 5 years ago

AliceJ21, I think I had that problem when I was first trying to compile for an ESP32. It ended up being the wrong version of a library, I think. Be SURE to read the detailed instructions I wrote in the Getting Started document in the wiki.

AliceJ21 commented 5 years ago

I have managed to crack it - the esp8266 library for Arduino was not installed! Thanks