Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SdFatSdioEX and FatFileSystem still broken for Teensy 4.1 #57

Open
PowerBroker2 opened this issue Sep 5, 2020 · 1 comment
Open

SdFatSdioEX and FatFileSystem still broken for Teensy 4.1 #57

PowerBroker2 opened this issue Sep 5, 2020 · 1 comment

Comments

@PowerBroker2
Copy link

PowerBroker2 commented Sep 5, 2020

Bill,

I'm trying to get SdFatSdioEX and FatFileSystem to work with my SD terminal library, but it fails with the following error:

C:\Users\ltber\OneDrive\Documents\Arduino\libraries\SdTerminal\src/SdTerminal.h:20:13: error: 'FatFileSystem' has not been declared

  void begin(FatFileSystem& sd, Stream& stream=Serial, const uint16_t& timeout=100);

             ^

C:\Users\ltber\OneDrive\Documents\Arduino\libraries\SdTerminal\src/SdTerminal.h:28:2: error: 'FatFileSystem' does not name a type

  FatFileSystem* _sd;

  ^

In file included from C:\Users\ltber\OneDrive\Documents\Arduino\small_plane_testbed\small_plane_testbed.ino:10:0:

datalog.h:9: error: 'SdFatSdioEX' does not name a type
 SdFatSdioEX sd;

 ^

Was this intended to be fixed here?

Is there a simple fix to this? Thanks!

@PowerBroker2 PowerBroker2 changed the title SdFatSdioEX and SdFatSdioEX still broken for Teensy 4.1 SdFatSdioEX and FatFileSystem still broken for Teensy 4.1 Sep 5, 2020
@greiman
Copy link
Owner

greiman commented Sep 6, 2020

Yes, SdFatBeta is required for Teensy 4.1. I hope to soon release SdFatBeta as SdFat V2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants