aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Changes.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2024-01-12 22:52:32 -0500
committerKevin O'Connor <kevin@koconnor.net>2024-01-23 20:04:03 -0500
commit1baa45913ffd05a808d5d9ea0ae0161ebbaff247 (patch)
tree15f2b12ed018d79f3caab45c493b3e3695ee8dfe /docs/Config_Changes.md
parent7abafb575ba7b098b9f1025a1d65717568a89876 (diff)
downloadkutter-1baa45913ffd05a808d5d9ea0ae0161ebbaff247.tar.gz
kutter-1baa45913ffd05a808d5d9ea0ae0161ebbaff247.tar.xz
kutter-1baa45913ffd05a808d5d9ea0ae0161ebbaff247.zip
output_pin: Deprecate the maximum_mcu_duration parameter
Advise users to configure a pwm_tool config section if checking for maximum mcu duration is required. 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 bd00e3d7..c660c42a 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -8,6 +8,10 @@ All dates in this document are approximate.
## Changes
+20240123: The output_pin `maximum_mcu_duration` parameter is
+deprecated. Use a [pwm_tool config section](Config_Reference.md#pwm_tool)
+instead. The option will be removed in the near future.
+
20240123: The output_pin `static_value` parameter is deprecated.
Replace with `value` and `shutdown_value` parameters. The option will
be removed in the near future.