PaulStoffregen / SD

70 stars 41 forks source link

FS.h not found ;( #28

Closed play113 closed 3 years ago

play113 commented 3 years ago

In file included from include/main.h:5:0, from src/main.cpp:1: include/SD.h:35:16: fatal error: FS.h: No such file or directory

PaulStoffregen commented 3 years ago

You need the latest core lib which has FS.h

Easiest way is to install this beta version, so you get everything updated. https://forum.pjrc.com/threads/64592-Teensyduino-1-54-Beta-5

play113 commented 3 years ago

THX for your very fast response ...