aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Changes.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2024-08-16 14:05:13 -0400
committerKevin O'Connor <kevin@koconnor.net>2024-09-12 13:24:29 -0400
commit3a57f71f33edb0bc60ee49079d723891b2072552 (patch)
treeb4c2ae713275b6a3ea69dfa6953bb7fe3e752ccd /docs/Config_Changes.md
parent293858c51fc51c998a046ba12c00da0418fb8403 (diff)
downloadkutter-3a57f71f33edb0bc60ee49079d723891b2072552.tar.gz
kutter-3a57f71f33edb0bc60ee49079d723891b2072552.tar.xz
kutter-3a57f71f33edb0bc60ee49079d723891b2072552.zip
output_pin: Remove deprecated maximum_mcu_duration and static_value
Remove support for these two config options that were previously deprecated. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r--docs/Config_Changes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index b5212ce1..484a5c15 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -8,6 +8,10 @@ All dates in this document are approximate.
## Changes
+20240912: Support for `maximum_mcu_duration` and `static_value`
+parameters in `[output_pin]` config sections have been removed. These
+options have been deprecated since 20240123.
+
20240415: The `on_error_gcode` parameter in the `[virtual_sdcard]`
config section now has a default. If this parameter is not specified
it now defaults to `TURN_OFF_HEATERS`. If the previous behavior is