From 2f67c916f6ab6193c404eebe22efe901e0f9542d Mon Sep 17 00:00:00 2001 From: Giampiero Baggiani Date: Thu, 14 Dec 2017 12:41:49 +0100 Subject: Added SERIAL_PORT_MONITOR define to Arduino Ethernet Port of https://github.com/arduino/Arduino/pull/7023 --- variants/ethernet/pins_arduino.h | 1 + 1 file changed, 1 insertion(+) diff --git a/variants/ethernet/pins_arduino.h b/variants/ethernet/pins_arduino.h index 77fcc40..f12f321 100644 --- a/variants/ethernet/pins_arduino.h +++ b/variants/ethernet/pins_arduino.h @@ -250,5 +250,6 @@ const uint8_t PROGMEM digital_pin_to_timer_PGM[] = { // pins are NOT connected to anything by default. #define SERIAL_PORT_HARDWARE Serial #define SERIAL_PORT_HARDWARE_OPEN Serial +#define SERIAL_PORT_MONITOR Serial #endif -- cgit v1.2.3-18-g5258