Skip to content

Commit c69642a

Browse files
author
Daniel Campora
committed
cc3200: Increase error led blynk period to 100ms
1 parent 3c4b78e commit c69642a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cc3200/misc/mperror.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
/******************************************************************************
5757
DEFINE CONSTANTS
5858
******************************************************************************/
59-
#define MPERROR_TOOGLE_MS (40)
60-
#define MPERROR_SIGNAL_ERROR_MS (1000)
59+
#define MPERROR_TOOGLE_MS (50)
60+
#define MPERROR_SIGNAL_ERROR_MS (1200)
6161
#define MPERROR_HEARTBEAT_ON_MS (80)
6262
#define MPERROR_HEARTBEAT_OFF_MS (3920)
6363

0 commit comments

Comments
 (0)