Skip to content

Commit b93cba1

Browse files
authored
simple fixes (#4597)
* wemos d1 r1: move comment out of define line * update 4M filesystem info
1 parent f2c7256 commit b93cba1

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

doc/filesystem.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@ which is selected in IDE, you have the following options for flash size:
3131
+---------------------------------+--------------------------+---------------------------+
3232
| Generic module | 2M | 1M |
3333
+---------------------------------+--------------------------+---------------------------+
34-
| Generic module | 4M | 3M |
34+
| Generic module | 4M | 1M, 2M, 3M |
3535
+---------------------------------+--------------------------+---------------------------+
36-
| Adafruit HUZZAH | 4M | 1M, 3M |
36+
| Adafruit HUZZAH | 4M | 1M, 2M, 3M |
3737
+---------------------------------+--------------------------+---------------------------+
38-
| ESPresso Lite 1.0 | 4M | 1M, 3M |
38+
| ESPresso Lite 1.0 | 4M | 1M, 2M, 3M |
3939
+---------------------------------+--------------------------+---------------------------+
40-
| ESPresso Lite 2.0 | 4M | 1M, 3M |
40+
| ESPresso Lite 2.0 | 4M | 1M, 2M, 3M |
4141
+---------------------------------+--------------------------+---------------------------+
42-
| NodeMCU 0.9 | 4M | 1M, 3M |
42+
| NodeMCU 0.9 | 4M | 1M, 2M, 3M |
4343
+---------------------------------+--------------------------+---------------------------+
44-
| NodeMCU 1.0 | 4M | 1M, 3M |
44+
| NodeMCU 1.0 | 4M | 1M, 2M, 3M |
4545
+---------------------------------+--------------------------+---------------------------+
4646
| Olimex MOD-WIFI-ESP8266(-DEV) | 2M | 1M |
4747
+---------------------------------+--------------------------+---------------------------+
4848
| SparkFun Thing | 512k | 64k |
4949
+---------------------------------+--------------------------+---------------------------+
50-
| SweetPea ESP-210 | 4M | 1M, 3M |
50+
| SweetPea ESP-210 | 4M | 1M, 2M, 3M |
5151
+---------------------------------+--------------------------+---------------------------+
52-
| WeMos D1 & D1 mini | 4M | 1M, 3M |
52+
| WeMos D1 R1, R2 & mini | 4M | 1M, 2M, 3M |
5353
+---------------------------------+--------------------------+---------------------------+
54-
| ESPDuino | 4M | 1M, 3M |
54+
| ESPDuino | 4M | 1M, 2M, 3M |
5555
+---------------------------------+--------------------------+---------------------------+
56-
| WiFiduino | 4M | 1M, 3M |
56+
| WiFiduino | 4M | 1M, 2M, 3M |
5757
+---------------------------------+--------------------------+---------------------------+
5858

5959
**Note:** to use any of file system functions in the sketch, add the

variants/d1/pins_arduino.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
static const uint8_t SDA = PIN_WIRE_SDA;
3333
static const uint8_t SCL = PIN_WIRE_SCL;
3434

35-
#define LED_BUILTIN 2 //new ESP-12E GPIO2
35+
//new ESP-12E GPIO2
36+
#define LED_BUILTIN 2
3637

3738
static const uint8_t D0 = 3;
3839
static const uint8_t D1 = 1;

0 commit comments

Comments
 (0)