Could be some kind of caching issue, I dunno.
Sometimes, I admit, I forget to Save my source code before I compile/build and install it. And then scratch my head in puzzlement...
Type: Posts; User: Nominal Animal
Could be some kind of caching issue, I dunno.
Sometimes, I admit, I forget to Save my source code before I compile/build and install it. And then scratch my head in puzzlement...
Are you sure you're using the same <SD.h> and <SdFat.h> on PlatformIO as on Arduino? Teensyduino provides its own versions of SD and SdFat libraries. Perhaps you use the Arduino ones with...