Commit c69642a4 authored by Daniel Campora's avatar Daniel Campora

cc3200: Increase error led blynk period to 100ms

parent 3c4b78e1
...@@ -56,8 +56,8 @@ ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment