esp8266 / Arduino

ESP8266 core for Arduino
GNU Lesser General Public License v2.1
16.09k stars 13.33k forks source link

Add creation timestamp to LittleFS directories #9127

Closed earlephilhower closed 5 months ago

earlephilhower commented 7 months ago

Partial fix #9120. This is simple enough to include and does not increase the amount of flash writes on file updates significantly (which a modified-time 't' attribute would).