diff options
| author | Daniel Campora <daniel@wipy.io> | 2015-09-11 09:34:42 +0200 |
|---|---|---|
| committer | Daniel Campora <daniel@wipy.io> | 2015-09-16 10:10:17 +0200 |
| commit | c69642a4606bb70ea22756fea1ef6e965d1bbd9b (patch) | |
| tree | 6bb818f0bc6e36ec674c43938e80be59cd36e7b6 | |
| parent | 3c4b78e166fa5b9061ffbe5328959ceec7123207 (diff) | |
cc3200: Increase error led blynk period to 100ms
| -rw-r--r-- | cc3200/misc/mperror.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc3200/misc/mperror.c b/cc3200/misc/mperror.c index a1e93fbcc..845a2a814 100644 --- a/cc3200/misc/mperror.c +++ b/cc3200/misc/mperror.c @@ -56,8 +56,8 @@ /****************************************************************************** DEFINE CONSTANTS ******************************************************************************/ -#define MPERROR_TOOGLE_MS (40) -#define MPERROR_SIGNAL_ERROR_MS (1000) +#define MPERROR_TOOGLE_MS (50) +#define MPERROR_SIGNAL_ERROR_MS (1200) #define MPERROR_HEARTBEAT_ON_MS (80) #define MPERROR_HEARTBEAT_OFF_MS (3920) |
