From 17bb52d9337328323f5f8d2a806cf4f445673b4a Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期四, 06 二月 2025 09:20:55 +0800
Subject: [PATCH] #

---
 app/src/main/java/com/example/agvcontroller/protocol/AgvAction.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/src/main/java/com/example/agvcontroller/protocol/AgvAction.java b/app/src/main/java/com/example/agvcontroller/protocol/AgvAction.java
index b18ce49..4113844 100644
--- a/app/src/main/java/com/example/agvcontroller/protocol/AgvAction.java
+++ b/app/src/main/java/com/example/agvcontroller/protocol/AgvAction.java
@@ -36,7 +36,7 @@
 
         byte valByte = (byte) val;    // 灞炴�у��
 
-        byte[] bytes = actionBody.writeToBytes();   // 鍛戒护鍙傛暟
+        byte[] bytes = Utils.reverse(actionBody.writeToBytes());   // 鍛戒护鍙傛暟
 
         return Utils.merge(serialNoBytes,cmdCode, valByte, bytes);
     }

--
Gitblit v1.9.1