aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Changes.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-03-10 13:57:01 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-03-10 13:57:01 -0400
commitd3f6dad85383c2435f15700dfaf685938fa3f367 (patch)
tree8bfbe4682570ddf4b9b03aa980e5baa850dabc2f /docs/Config_Changes.md
parent19c7955f2a181874884921b6f6e424571ea61202 (diff)
downloadkutter-d3f6dad85383c2435f15700dfaf685938fa3f367.tar.gz
kutter-d3f6dad85383c2435f15700dfaf685938fa3f367.tar.xz
kutter-d3f6dad85383c2435f15700dfaf685938fa3f367.zip
controller_fan: Allow multiple controller_fan sections to be defined
It may be necessary to define multiple fans, so allow each config section to be named. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r--docs/Config_Changes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index 7a3e902e..8c20ed95 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -6,6 +6,9 @@ All dates in this document are approximate.
# Changes
+20190310: The [controller_fan] config section now always takes a name
+(such as [controller_fan my_controller_fan]).
+
20190308: The "driver_BLANK_TIME_SELECT" field in [tmc2130] and
[tmc2208] config sections has been renamed to "driver_TBL".