diff --git a/components/ratgdo/secplus1.cpp b/components/ratgdo/secplus1.cpp index dc280a7..91a66b0 100644 --- a/components/ratgdo/secplus1.cpp +++ b/components/ratgdo/secplus1.cpp @@ -354,7 +354,7 @@ namespace secplus1 { } else { // inject door status request if (door_moving_ || (millis() - this->last_status_query_ > 10000)) { - this->transmit_byte(static_cast(CommandType::QUERY_DOOR_STATUS)); + this->enqueue_transmit(CommandType::QUERY_DOOR_STATUS); this->last_status_query_ = millis(); } }