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:
@ -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;
|
||||
|
Reference in New Issue
Block a user