aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/example-extras.cfg1
-rw-r--r--docs/Config_Changes.md3
2 files changed, 2 insertions, 2 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index fd150ffe..e72e4645 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -1132,7 +1132,6 @@
#driver_SLPL: 0
#driver_DISS2G: 0
#driver_TS2G: 3
-#driver_VSENSE: 1
# Set the given parameter during the configuration of the TMC2660
# chip. This may be used to set custom driver parameters. The
# defaults for each parameter are next to the parameter name in the
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index c389e9f7..c632ebf4 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -7,7 +7,8 @@ All dates in this document are approximate.
# Changes
20190322: The default value for "driver_HEND" in [tmc2660] config
-sections was changed from 6 to 3.
+sections was changed from 6 to 3. The "driver_VSENSE" field was
+removed (it is now automatically calculated from run_current).
20190310: The [controller_fan] config section now always takes a name
(such as [controller_fan my_controller_fan]).