#
whycq
2025-01-04 304d8369f75ea787085a08517abb37b7159e2ea2
app/src/main/java/com/example/agvcontroller/protocol/AGV_A1_DOWN.java
@@ -21,8 +21,28 @@
    }
    public byte getAckSign() {
        return ackSign;
    }
    public void setAckSign(byte ackSign) {
        this.ackSign = ackSign;
    }
    public byte[] getTemp() {
        return temp;
    }
    public void setTemp(byte[] temp) {
        this.temp = temp;
    }
    private byte ackSign = 0x11;
    private byte[] temp = new byte[4];
    public String getSerialNo() {
        return "";
    }
}