Skip to content

Conversation

earlephilhower
Copy link
Collaborator

The SDFS implementation didn't include plumbing to support user-supplied
timestamp generators (for file create/write times) because the SDFat
library doesn't support a callback parameter.

Work around it by using a single, global (inside sdfs namespace) that
the static timestamp callback member can see and use.

Add a test of the feature in CI.

Fixes #7682

The SDFS implementation didn't include plumbing to support user-supplied
timestamp generators (for file create/write times) because the SDFat
library doesn't support a callback parameter.

Work around it by using a single, global (inside sdfs namespace) that
the static timestamp callback member can see and use.

Add a test of the feature in CI.

Fixes esp8266#7682
@earlephilhower earlephilhower merged commit 1bb0815 into esp8266:master Oct 31, 2020
@earlephilhower earlephilhower deleted the newci branch October 31, 2020 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

setTimeCallback is not working for ESP8266 with both SD.h and SDFS too
1 participant