Explorar el Código

修正:气动手command table与config对应

dk hace 1 año
padre
commit
7484161f7b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      backend/device/fubo_pneumatic_finger.py

+ 1 - 1
backend/device/fubo_pneumatic_finger.py

@@ -27,7 +27,7 @@ class FuboPneumaticFingerClient:
     """富伯客户端"""
     
     COMMAND_TABLE = {
-        'release': b"R",
+        'rest': b"R",
         'cylinder': b"C",
         'ball': b"B",
         'flex': b"F",