mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-25 19:31:36 +00:00
documented the depth of the latest hack
This commit is contained in:
parent
cd170396e1
commit
374422b484
@ -335,5 +335,12 @@ while the third says
|
|||||||
Test complete. Result: passed
|
Test complete. Result: passed
|
||||||
|
|
||||||
|
|
||||||
|
# Caveats
|
||||||
|
|
||||||
|
For the Teensy 4, the SdFat library no longer works. SdFat-beta does:
|
||||||
|
|
||||||
|
https://github.com/greiman/SdFat-beta
|
||||||
|
|
||||||
|
... but with a big caveat. The Teensy Audio library has two AudioStream objects that include SD.h, which causes a conflict. To get around the conflict, I have locally converted those two modules to also use SdFat-beta by (1) replacing the #include "SD.h" with #include "SdFat.h"; and (2) in both of the related .cpp files, added "SdFat SD;" after the includes. This is not ideal.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user