update some timing

This commit is contained in:
2018-01-02 12:08:02 +01:00
parent 83a01aa1bc
commit bd281564b3
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ static uint32_t effect_time = 0;
// counter of idle ticks since last indicator
// used to allow or disallow heartbeat blink (to avoid interference)
static uint32_t indicator_idle_ms = 0;
#define IDLE_FOR_HEARTBEAT_MS 2500
#define IDLE_FOR_HEARTBEAT_MS 3000
#define HB_MAX_SAFE_IVAL 500
static uint32_t hb_elapsed = 0;
+1 -2
View File
@@ -16,8 +16,7 @@ enum GEX_StatusIndicator {
STATUS_DISK_BUSY,
STATUS_DISK_ATTACHED,
STATUS_DISK_REMOVED,
STATUS_HEARTBEAT,
_INDICATOR_COUNT
STATUS_HEARTBEAT
};
/**