-->
Page 2 of 2

Re: Looking for a working SD FAT library

PostPosted: Wed May 20, 2020 12:47 pm
by Tertius21
ok, thank you. But i need the File Timestamp. And the only way is to use SdFat.h (or any repo) but no one works if #include <ESP8266WiFi.h> included.
Or is there another way to set the file Timestamp of a file on sd card with an esp2866?

Re: Looking for a working SD FAT library

PostPosted: Wed May 20, 2020 1:31 pm
by Bonzo
Out of interest where are you going to get the time from?

Re: Looking for a working SD FAT library

PostPosted: Wed May 20, 2020 2:55 pm
by Tertius21
I upload a file from the Windows PC to the esp8266 with a connected sd card modul over a http webpage on the esp.
i open the upload file with sdfat (or something else) and read the lastWriteDate and lastWriteTime of the file.

My Goal is to write this Date/Time as Timestamp to the file that is streamed to the sd card.