diff options
Diffstat (limited to 'docs/wipy/general.rst')
-rw-r--r-- | docs/wipy/general.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/wipy/general.rst b/docs/wipy/general.rst index b59e0d71a5..d3d2f66aca 100644 --- a/docs/wipy/general.rst +++ b/docs/wipy/general.rst @@ -88,7 +88,7 @@ the latest firmware will run again. The heart beat LED ------------------ -By default the heart beat LED flashes once every 5s to signal that the system is +By default the heart beat LED flashes once every 4s to signal that the system is alive. This can be overridden through the HeartBeat class: ``pyb.HeartBeat().disable()`` |