From 697859c29b7922577a78087cb39549a137eee1b6 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Jul 2019 18:48:25 +0100 Subject: support new hardware for adapter --- app/timex.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/timex.c') diff --git a/app/timex.c b/app/timex.c index a80843f..b2225ae 100644 --- a/app/timex.c +++ b/app/timex.c @@ -166,6 +166,9 @@ static int get_data (uint8_t *start, uint8_t *data) *start = 0; + if (state>STATE_MAGIC4) + led=32000; + switch (state) { case STATE_MAGIC0: -- cgit v1.2.3