Skip to content

Commit aa8e8ac

Browse files
author
Daniel Campora
committed
cc3200: Change HeartBeat period from 5 to 4 seconds.
1 parent f837d16 commit aa8e8ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cc3200/misc/mperror.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#define MPERROR_TOOGLE_MS (40)
6060
#define MPERROR_SIGNAL_ERROR_MS (1000)
6161
#define MPERROR_HEARTBEAT_ON_MS (80)
62-
#define MPERROR_HEARTBEAT_OFF_MS (4920)
62+
#define MPERROR_HEARTBEAT_OFF_MS (3920)
6363

6464
/******************************************************************************
6565
DECLARE PRIVATE DATA

docs/wipy/general.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ the latest firmware will run again.
8888
The heart beat LED
8989
------------------
9090

91-
By default the heart beat LED flashes once every 5s to signal that the system is
91+
By default the heart beat LED flashes once every 4s to signal that the system is
9292
alive. This can be overridden through the HeartBeat class:
9393

9494
``pyb.HeartBeat().disable()``

0 commit comments

Comments
 (0)