diff --git a/support/pcecd/pcecd.cpp b/support/pcecd/pcecd.cpp index 8eae783..476a943 100644 --- a/support/pcecd/pcecd.cpp +++ b/support/pcecd/pcecd.cpp @@ -27,7 +27,7 @@ void pcecd_poll() poll_timer += 13 + (!adj ? 1 : 0); if (++adj >= 3) adj = 0; - if (pcecdd.has_status) { + if (pcecdd.has_status && !pcecdd.latency) { uint16_t s; pcecdd.GetStatus((uint8_t*)&s);