cc3200: Increase error led blynk period to 100ms

This commit is contained in:
Daniel Campora 2015-09-11 09:34:42 +02:00
parent 3c4b78e166
commit c69642a460

View File

@ -56,8 +56,8 @@
/****************************************************************************** /******************************************************************************
DEFINE CONSTANTS DEFINE CONSTANTS
******************************************************************************/ ******************************************************************************/
#define MPERROR_TOOGLE_MS (40) #define MPERROR_TOOGLE_MS (50)
#define MPERROR_SIGNAL_ERROR_MS (1000) #define MPERROR_SIGNAL_ERROR_MS (1200)
#define MPERROR_HEARTBEAT_ON_MS (80) #define MPERROR_HEARTBEAT_ON_MS (80)
#define MPERROR_HEARTBEAT_OFF_MS (3920) #define MPERROR_HEARTBEAT_OFF_MS (3920)