diff options
Diffstat (limited to 'variants/ethernet')
| -rw-r--r-- | variants/ethernet/pins_arduino.h | 1 | 
1 files changed, 1 insertions, 0 deletions
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  | 
