Timeline for ESP8266 SPIFFS file not found
Current License: CC BY-SA 3.0
18 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Dec 26, 2019 at 23:02 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Aug 28, 2019 at 22:03 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Apr 30, 2019 at 22:01 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Dec 31, 2018 at 20:02 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Dec 1, 2018 at 18:02 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Nov 1, 2018 at 18:00 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Oct 2, 2018 at 17:01 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Sep 2, 2018 at 16:02 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Aug 3, 2018 at 15:12 | answer | added | Dave | timeline score: 1 | |
Apr 13, 2018 at 14:04 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Mar 14, 2018 at 13:10 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Feb 12, 2018 at 12:47 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jan 13, 2018 at 12:33 | answer | added | Tim Spanoudakis | timeline score: -1 | |
Jan 12, 2018 at 20:50 | comment | added | dandavis |
run the included FS browser example sketch and see how it works. yes, your flash settings can affect SPIFFS, if they are wrong. make sure the IDE size (ESP.getFlashChipSize() ) and the physical sizes (ESP.getFlashChipRealSize() ) match up. google the esp lib functions for docs
|
|
Jan 12, 2018 at 20:47 | comment | added | dandavis | @CodeGorilla: SPIFFS, not SD ;) | |
Jan 12, 2018 at 13:32 | comment | added | jose can u c |
Did you mount the filesystem with SPIFFS.begin() ? Have you tried opening the "/" directory and listing the files, so you can confirm what your sketch sees as the available files?
|
|
Jan 12, 2018 at 13:21 | comment | added | Code Gorilla | Is the file there? Is the media formatted in the right format (FAT? rather than NTFS which Windows will default to) | |
Jan 12, 2018 at 11:05 | history | asked | Tim Spanoudakis | CC BY-SA 3.0 |