We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f837d16 commit aa8e8acCopy full SHA for aa8e8ac
2 files changed
cc3200/misc/mperror.c
@@ -59,7 +59,7 @@
59
#define MPERROR_TOOGLE_MS (40)
60
#define MPERROR_SIGNAL_ERROR_MS (1000)
61
#define MPERROR_HEARTBEAT_ON_MS (80)
62
-#define MPERROR_HEARTBEAT_OFF_MS (4920)
+#define MPERROR_HEARTBEAT_OFF_MS (3920)
63
64
/******************************************************************************
65
DECLARE PRIVATE DATA
docs/wipy/general.rst
@@ -88,7 +88,7 @@ the latest firmware will run again.
88
The heart beat LED
89
------------------
90
91
-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
92
alive. This can be overridden through the HeartBeat class:
93
94
``pyb.HeartBeat().disable()``
0 commit comments