Skip to content

Commit 00722c3

Browse files
authored
📝 Fix version reference
1 parent cb4e388 commit 00722c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Serial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ While many provide a Arduino-like Serial class, it's not all of them, and the di
55

66
Moreover, many platform have intrinsic needs about serial port (like forwarding the output on multiple serial port, providing a *serial-like* telnet server, mixing USB-based serial port with SD card emulation) that are difficult to handle cleanly in the other platform serial logic.
77

8-
Starting with version `2.0.9`, Marlin provides a common interface for its serial needs.
8+
Starting with version 2.0.8, Marlin provides a common interface for its serial needs.
99

1010
## Common interface
1111

0 commit comments

Comments
 (0)