Update prcxi driver & fix transfer_liquid mix_times (#90)

* Update prcxi driver & fix transfer_liquid mix_times

* fix: correct mix_times type

* Update liquid_handler registry

* test: prcxi.py
This commit is contained in:
shiyubo0410
2025-10-12 22:56:39 +08:00
committed by GitHub
parent 0f976a1874
commit 2d4ecec1e1
5 changed files with 42 additions and 35 deletions

View File

@@ -19,7 +19,7 @@
"host": "192.168.0.121",
"port": 9999,
"timeout": 10.0,
"axis": "Left",
"axis": "Right",
"channel_num": 1,
"setup": true,
"debug": false,