I'm trying to set the create date and time for GPS log files, but there doesn't seem to be a method to enable this that I can find.
Using a Teensy 4.1 with internal SD card slot with 16MB extram. Card is opened with: "SD.sdfs.begin(SdioConfig(FIFO_SDIO))". And using FsFile for file access for performance. Class FsFile doesn't appear to have any timestamp creation functionality that I can see.
How do I set the timestamp?
Using a Teensy 4.1 with internal SD card slot with 16MB extram. Card is opened with: "SD.sdfs.begin(SdioConfig(FIFO_SDIO))". And using FsFile for file access for performance. Class FsFile doesn't appear to have any timestamp creation functionality that I can see.
How do I set the timestamp?