I am studying a little of ESP8266, I had contact with server.serveStatic
I wonder if there is a possibility of using the SD CARD instead of SPIFFS.
Would anyone have any ideas?
Likely possible, but not currently implemented. Out of curiosity, what would you serve off an SD?
The reason it's not implemented is very complex (the reason itself, not the code) so it will be a while before we get to it.
Closing, and I'd close twice if I could because you ignored the issue template and the instructions it contains.
" I'd close twice if I could because you ignored the issue template and the
instructions it contains"
I doubt your sarcasm is appreciated by anyone, least of all the recipients.
Maybe it's time to moderate the moderators???
On Tue, 28 Aug 2018 at 06:23, Develo notifications@github.com wrote:
Likely possible, but not currently implemented. Out of curiosity, what
would you serve off an SD?
The reason it's not implemented is very complex (the reason itself, not
the code) so it will be a while before we get to it.
Closing, and I'd close twice if I could because you ignored the issue
template and the instructions it contains.—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/esp8266/Arduino/issues/5085#issuecomment-416446799,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ALP8xRnFhfHUbFFVWns7a7s6rnQ05PTJks5uVMXDgaJpZM4WO2gy
.
(The question has been answered though)
You are welcome to join and contribute the community effort for improving the esp8266/arduino core, answering and maintaining the opened issues.
When this happen, you will thank the issue template and silently blame people who don't use it.
Thank you @devyte for the current version of the issue template, meant to, for those who wish and can, help users.
@duncan-a What sarcasm? I was dead serious. The instructions are in plain sight when opening an issue, and they're not hard to understand or follow.
And I'm not a moderator, I'm a maintainer of this repo, contributing to it as a volunteer from my own free time, so when someone wastes my time by not following very simple instructions, I consider it very rude.
Hi @devyte , thanks for the feedback. It was a doubt because I did not find anything referring to this on the internet.
My system has a large web interface, are 1.5MB of pages, css, js and images.
In this case I need to use the SD CARD, because using SPIFFS I do not have space to perform OTA Firmware Update.
I'm going to put a cache control in the server response header, I think this will solve the problem.