From 62fa5bfa045b67b101e66c4c2b559b5754f92a99 Mon Sep 17 00:00:00 2001 From: Filippo Brizzi Date: Wed, 13 Aug 2025 12:34:55 +0200 Subject: [PATCH] work --- lib/cpp/mjbots/moteus/moteus_multiplex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cpp/mjbots/moteus/moteus_multiplex.h b/lib/cpp/mjbots/moteus/moteus_multiplex.h index 2f676fce..711bc442 100644 --- a/lib/cpp/mjbots/moteus/moteus_multiplex.h +++ b/lib/cpp/mjbots/moteus/moteus_multiplex.h @@ -349,7 +349,7 @@ class MultiplexParser { break; } - if (cmd >= 0x20 && cmd < 0x30) { + if (cmd >= 0x00 && cmd < 0x30) { // This is a regular reply of some sort. const auto id = (cmd >> 2) & 0x03; current_resolution_ = [id]() {