joelsernamoreno/EvilCrowRF-V2

Compile issue - v1.3.2 - SD.h

Closed this issue · 1 comments

Hey team,

which version of SD.h are you using? I've used the esp32 library, but, compilation is choking:

C:\repo\EvilCrowRF-V2\firmware\v1.3.2\EvilCrow-RFv2\EvilCrow-RFv2.ino
EvilCrow-RFv2:216:24: error: 'removeDir' was not declared in this scope
EvilCrow-RFv2:246:31: error: 'deleteFile' was not declared in this scope
EvilCrow-RFv2:265:56: error: 'appendFile' was not declared in this scope

I'm using Arduino15\packages\esp32\hardware\esp32\1.0.5\libraries\SD

Many thanks,

Hmmm, changed

#include "SD.h" to read #include <SD.h> and it compiled without error.