Skip to content

Commit a375d3a

Browse files
committed
VERSION_BLINK_PIN and PIN_SERIAL1_TX removed
1 parent fb243ce commit a375d3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Boards.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,10 +672,8 @@ writePort(port, value, bitmask): Write an 8 bit port.
672672
#elif defined(ESP8266)
673673
#define TOTAL_ANALOG_PINS 1
674674
#define TOTAL_PINS 18 // 11 digital + 1 analog + 6 inaccessible
675-
#define VERSION_BLINK_PIN LED_BUILTIN
676675
#define PIN_SERIAL_RX 3
677676
#define PIN_SERIAL_TX 1
678-
#define PIN_SERIAL1_TX 2
679677
#define IS_PIN_DIGITAL(p) (((p) >= 0 && (p) <= 5) || ((p) >= 12 && (p) <= 16))
680678
#define IS_PIN_ANALOG(p) ((p) == A0)
681679
#define IS_PIN_PWM(p) IS_PIN_DIGITAL(p)

0 commit comments

Comments
 (0)