diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-10-28 12:47:59 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-10-28 15:35:08 -0400 |
commit | 56004c0228d68a39b4141eb557fe796e7c4c3bbb (patch) | |
tree | b24ec45cfaa639892f3380f5aba5bcf2d7be000a /docs | |
parent | 106d1d2a2aea4d8b15cb22d7e4382d417fd3c554 (diff) | |
download | kutter-56004c0228d68a39b4141eb557fe796e7c4c3bbb.tar.gz kutter-56004c0228d68a39b4141eb557fe796e7c4c3bbb.tar.xz kutter-56004c0228d68a39b4141eb557fe796e7c4c3bbb.zip |
mcu: Don't default serial config option to /dev/ttyS0
If the mcu config section is omitted, it leads to confusing error
messages. Don't default the serial config option to /dev/ttyS0 to
improve the error reporting.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Changes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 3f415c54..ba13ffc0 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,10 @@ All dates in this document are approximate. # Changes +20201029: The serial option in the mcu config section no longer +defaults to /dev/ttyS0. In the rare situation where /dev/ttyS0 is the +desired serial port, it must be specified explicitly. + 20201020: Klipper v0.9.0 released. 20200902: The RTD resistance-to-temperature calculation for MAX31865 |