diff options
-rw-r--r-- | hid/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/src/main.cpp b/hid/src/main.cpp index 00716667..eb8ee809 100644 --- a/hid/src/main.cpp +++ b/hid/src/main.cpp @@ -334,7 +334,7 @@ int main() { if (index == 7) { _sendResponse(_handleRequest(buffer)); index = 0; - } else { + } else if (buffer[0] == PROTO::MAGIC) { last = micros(); ++index; } |