Yurik72 / ESPHap

ESP32/ESP8266 Arduino library for native Apple Homekit Accessory Protocol (HAP)
MIT License
265 stars 60 forks source link

fatal error: SPIFFS.h: No such file or directory #9

Closed jonasborneland closed 4 years ago

jonasborneland commented 4 years ago

I'm really excited about trying this out! but I'm getting an error. I get this error when trying to compile EspHapLed: `EspHapLed:4:20: fatal error: SPIFFS.h: No such file or directory

include

                ^

compilation terminated. exit status 1 SPIFFS.h: No such file or directory`

I'm using a NodeMCU board

Screen Shot 2020-04-18 at 2 48 35 PM

Do you know what's wrong? Thanks!

oxbown commented 4 years ago

Try with -->. #include "FS.h" For esp8266 this the right memory manager!

jonasborneland commented 4 years ago

ARhhh my bad 🙈 - wrong example sketch - just saw the "EspHapLed 8266"... What a big mistake from me... Sorry! Thanks for the help!