Hi,
As I am a complete github/arduino n00b, i need some help.
I clone the SIGNALduino zip file from github, fine (https://github.com/RFD-FHEM/SIGNALDuino)
I put the whole thing in the folder Arduino/Libraries and change folder name to Arduino\libraries\SIGNALduino.
I open the arduino IDE, open the signalduino.ino file and try to compile (of course i set the board type etc) (using win10 arduino IDE from microsoft store)
The first error it gets is:
FastDelegate.h: No such file or directory
Now i found it in the SIGNALduino\src\_micro-api\libraries folder, but am i supposed to move these .h files anywhere? I guess not, otherwise the creator had moved them, right?
Oh never mind, i found the much easier way of nodemcu flashing a esp8266 with SIGNALDuino_ESP8266cc11013.3.1.hex .
Easy does it! GO TEAM ESP!