1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +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
2 changed files with 12 additions and 11 deletions

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;