1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Add 1Mbyte FS option for all 4Mbyte boards

This commit is contained in:
Ivan Grokhotkov
2015-09-09 13:39:34 +03:00
parent 32cc374921
commit 67f4859b0c
2 changed files with 75 additions and 24 deletions

View File

@ -121,12 +121,12 @@ Generic module | 512k | 64k
Generic module | 1M | 64k, 128k, 256k, 512k
Generic module | 2M | 1M
Generic module | 4M | 3M
Adafruit HUZZAH | 4M | 3M
NodeMCU 0.9 | 4M | 3M
NodeMCU 1.0 | 4M | 3M
Adafruit HUZZAH | 4M | 1M, 3M
NodeMCU 0.9 | 4M | 1M, 3M
NodeMCU 1.0 | 4M | 1M, 3M
Olimex MOD-WIFI-ESP8266(-DEV)| 2M | 1M
SparkFun Thing | 512k | 64k
SweetPea ESP-210 | 4M | 3M
SweetPea ESP-210 | 4M | 1M, 3M
**Note:** to use any of file system functions in the sketch, add the following include to the sketch: