Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

12
  • All the data like WiFi config and binaries go to the flash memory? There is no other dedicated memory for those? Commented Mar 25, 2018 at 11:56
  • 1
    no. esp8266 uses the flash memory like a PC uses a hard-drive Commented Mar 25, 2018 at 12:01
  • Also, more importantly, I'm getting wdt reset errors with sometimes lots of hex dumps after uploading SPIFFS example apps. I've set the SPIFFS size to 512 (of 1M flash), but not sure if the Flash mode is correct. Any idea? Thanks Commented Mar 25, 2018 at 12:01
  • did you upload the SPIFFS image with the SPIFFS upload IDE plugin? Commented Mar 25, 2018 at 12:03
  • I've tried that as well as formatting the SPIFFS using the example code. Not sure what would be a working strategy. I've tried the following among others pastiebin.com/5ab790f66e9a1 Commented Mar 25, 2018 at 12:04