You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WeMos D1 mini module included in this kit has an embedded 4MB SPI flash memory. 3MB of that will be reserved to host a [SPIFFS file system](https://github.com/pellepl/spiffs). If you select the correct board in the IDE the flash mode and flash size settings should get auto-configured. Verify the settings are as follows:
100
100
101
-
- in ==Tools== > ==Flash Size== select "4M (3M SPIFFS)"
101
+
- in ==Tools== > ==Flash Size== select "4MB (FS:3MB OTA:~512KB)"
102
+
103
+
In older versions of the ESP8266 toolchain (ESP8266 Arduino Core) this was "4M (3M SPIFFS)" or similar.
102
104
103
105
The application might fail to transfer or fail to start if the flash options are not configured properly. Make sure the menu under ==Tools== looks like this:
0 commit comments