1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

simple fixes (#4597)

* wemos d1 r1: move comment out of define line
* update 4M filesystem info
This commit is contained in:
david gauchard 2018-04-03 01:58:22 +02:00 committed by GitHub
parent f2c7256539
commit b93cba1046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 11 deletions

View File

@ -31,29 +31,29 @@ which is selected in IDE, you have the following options for flash size:
+---------------------------------+--------------------------+---------------------------+
| Generic module | 2M | 1M |
+---------------------------------+--------------------------+---------------------------+
| Generic module | 4M | 3M |
| Generic module | 4M | 1M, 2M, 3M |
+---------------------------------+--------------------------+---------------------------+
| Adafruit HUZZAH | 4M | 1M, 3M |
| Adafruit HUZZAH | 4M | 1M, 2M, 3M |
+---------------------------------+--------------------------+---------------------------+
| ESPresso Lite 1.0 | 4M | 1M, 3M |
| ESPresso Lite 1.0 | 4M | 1M, 2M, 3M |
+---------------------------------+--------------------------+---------------------------+
| ESPresso Lite 2.0 | 4M | 1M, 3M |
| ESPresso Lite 2.0 | 4M | 1M, 2M, 3M |
+---------------------------------+--------------------------+---------------------------+
| NodeMCU 0.9 | 4M | 1M, 3M |
| NodeMCU 0.9 | 4M | 1M, 2M, 3M |
+---------------------------------+--------------------------+---------------------------+
| NodeMCU 1.0 | 4M | 1M, 3M |
| NodeMCU 1.0 | 4M | 1M, 2M, 3M |
+---------------------------------+--------------------------+---------------------------+
| Olimex MOD-WIFI-ESP8266(-DEV) | 2M | 1M |
+---------------------------------+--------------------------+---------------------------+
| SparkFun Thing | 512k | 64k |
+---------------------------------+--------------------------+---------------------------+
| SweetPea ESP-210 | 4M | 1M, 3M |
| SweetPea ESP-210 | 4M | 1M, 2M, 3M |
+---------------------------------+--------------------------+---------------------------+
| WeMos D1 & D1 mini | 4M | 1M, 3M |
| WeMos D1 R1, R2 & mini | 4M | 1M, 2M, 3M |
+---------------------------------+--------------------------+---------------------------+
| ESPDuino | 4M | 1M, 3M |
| ESPDuino | 4M | 1M, 2M, 3M |
+---------------------------------+--------------------------+---------------------------+
| WiFiduino | 4M | 1M, 3M |
| WiFiduino | 4M | 1M, 2M, 3M |
+---------------------------------+--------------------------+---------------------------+
**Note:** to use any of file system functions in the sketch, add the

View File

@ -32,7 +32,8 @@
static const uint8_t SDA = PIN_WIRE_SDA;
static const uint8_t SCL = PIN_WIRE_SCL;
#define LED_BUILTIN 2 //new ESP-12E GPIO2
//new ESP-12E GPIO2
#define LED_BUILTIN 2
static const uint8_t D0 = 3;
static const uint8_t D1 = 1;