Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e304180

Browse filesBrowse files
committed
Fix SERIAL_* metadata in Arduino Ethernet variant
1 parent e7c24c6 commit e304180
Copy full SHA for e304180

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎hardware/arduino/variants/ethernet/pins_arduino.h

Copy file name to clipboardExpand all lines: hardware/arduino/variants/ethernet/pins_arduino.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,6 @@ const uint8_t PROGMEM digital_pin_to_timer_PGM[] = {
231231
// SERIAL_PORT_HARDWARE_OPEN Hardware serial ports which are open for use. Their RX & TX
232232
// pins are NOT connected to anything by default.
233233
#define SERIAL_PORT_HARDWARE Serial
234-
#define SERIAL_PORT_HARDWARE_OPEN Serial1
234+
#define SERIAL_PORT_HARDWARE_OPEN Serial
235235

236236
#endif

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.