Looking for a working SD FAT library
Posted: Wed May 20, 2020 10:58 am
Is there any SD Fat library who works with the esp8266?
I have tried many different librarys. But all have problems if i include
#include <ESP8266WiFi.h>
and/or
#include <ESP8266WebServer.h>
sd.h is working. But i miss to set the file timestamp. So i must use another library. Or anyone knows a way to set the timestamp with sd.h ?
Here you can see what i want to do: https://www.esp8266.com/viewtopic.php?f=160&t=21414
I have tried many different librarys. But all have problems if i include
#include <ESP8266WiFi.h>
and/or
#include <ESP8266WebServer.h>
sd.h is working. But i miss to set the file timestamp. So i must use another library. Or anyone knows a way to set the timestamp with sd.h ?
Here you can see what i want to do: https://www.esp8266.com/viewtopic.php?f=160&t=21414