I have a NodeMCU ESP8266 ESP-12E and I tried uploading a file thru the SPIFFS. I am not sure why I see OTA instead of the SPIFFS?
Is there a configuration that I missed?
asked Oct 29, 2020 at 2:26
-
instructables.com/Using-ESP8266-SPIFFS/?amp_page=true not sure but check this . It may not helpxbox gamer– xbox gamer2020年10月29日 05:39:45 +00:00Commented Oct 29, 2020 at 5:39
-
maximum application size is less then 1 MB. so there is no other use for the rest of the flash then FS. for board you selected there is no predefined partitioning without OTA. what is your question?Juraj– Juraj ♦2020年10月29日 06:42:38 +00:00Commented Oct 29, 2020 at 6:42
-
In this link cdn.instructables.com/ORIG/FST/OP12/IZT6TEBJ/… it is showing SPIFFS but in my Arduino IDE it is showing OTA? Why is this so? That is my questionMark Estrada– Mark Estrada2020年10月29日 08:36:31 +00:00Commented Oct 29, 2020 at 8:36
-
Yes please refer to my answer and that is because he is using an older version of the package and arduinoxbox gamer– xbox gamer2020年10月29日 08:53:04 +00:00Commented Oct 29, 2020 at 8:53
1 Answer 1
SPIFFS (SPI Flash File System) is also know as FS(File system) . so What you are seeing as FS is basically SPIFFS .The OTA partition on esp8266 is compulsory so you cant get rid of it .
Hope this helps
answered Oct 29, 2020 at 7:42
-
Ohh Okay so that is how it is.. Thank you then!Mark Estrada– Mark Estrada2020年10月29日 08:55:55 +00:00Commented Oct 29, 2020 at 8:55
-
and why is there in Tools menu FS and not SPIFFS as n the mentioned instructable?2020年10月29日 09:32:48 +00:00Commented Oct 29, 2020 at 9:32
-
Sorry don't understand what you are askingxbox gamer– xbox gamer2020年10月29日 09:34:58 +00:00Commented Oct 29, 2020 at 9:34
-
the question was that the menu doesn't show SPIFFS but FS and OTA. a good answer should contain why it is so.2020年10月29日 09:45:16 +00:00Commented Oct 29, 2020 at 9:45