diff options
-rw-r--r-- | cc3200/misc/mperror.c | 2 | ||||
-rw-r--r-- | docs/wipy/general.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cc3200/misc/mperror.c b/cc3200/misc/mperror.c index d1e9f46fb5..c707aa6a57 100644 --- a/cc3200/misc/mperror.c +++ b/cc3200/misc/mperror.c @@ -59,7 +59,7 @@ #define MPERROR_TOOGLE_MS (40) #define MPERROR_SIGNAL_ERROR_MS (1000) #define MPERROR_HEARTBEAT_ON_MS (80) -#define MPERROR_HEARTBEAT_OFF_MS (4920) +#define MPERROR_HEARTBEAT_OFF_MS (3920) /****************************************************************************** DECLARE PRIVATE DATA 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()`` |