diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2025-04-28 19:36:12 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2025-04-28 19:36:12 -0400 |
commit | da8e0a6e509c22e7de326f93bff89e36f78b68c8 (patch) | |
tree | 1decad5349ebcb1f7b444d2abc8c40286b1ee53a /docs | |
parent | 42faa962fc1085ab530dd148c4de54dfcc718833 (diff) | |
download | kutter-da8e0a6e509c22e7de326f93bff89e36f78b68c8.tar.gz kutter-da8e0a6e509c22e7de326f93bff89e36f78b68c8.tar.xz kutter-da8e0a6e509c22e7de326f93bff89e36f78b68c8.zip |
docs: Update date of cycle_time change in Config_Changes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Changes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 368e8900..87bcc971 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,7 +8,7 @@ All dates in this document are approximate. ## Changes -20250425: The maximum `cycle_time` for pwm `[output_pin]`, +20250428: The maximum `cycle_time` for pwm `[output_pin]`, `[pwm_cycle_time]`, `[pwm_tool]`, and similar config sections is now 3 seconds (reduced from 5 seconds). The `maximum_mcu_duration` in `[pwm_tool]` is now also 3 seconds. |