Update power_supply.rst (#3587)

Added maximum time for enable_time.
A delay() command of longer than 5 seconds triggers the watch dog timer and forces reset.
This commit is contained in:
Michael 2024-02-03 02:51:18 -08:00 committed by GitHub
parent 9e4ff6e250
commit b1c36410d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Configuration variables:
- **enable_time** (*Optional*, :ref:`config-time`): The time
that the power supply needs for startup. The output component will
wait for this period of time after turning on the PSU and before
switching the output on. Defaults to ``20ms``.
switching the output on. Defaults to ``20ms``. Maximum of less than ``5s``.
- **keep_on_time** (*Optional*, :ref:`config-time`): The time the
power supply should be kept enabled after the last output that used
it has been switch off. Defaults to ``10s``.