Skip to content

Commit 23efd9b

Browse files
committed
Fix getPressure protocol so it works even if there are no status characters
1 parent 1c4431a commit 23efd9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ipApp/Db/Alicat_PCD.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ setRamp {
3434

3535
getPressure {
3636
out "\$1";
37-
in "\$1 %f %(\$2)f %(\$3)40c";
37+
in "\$1 %f %(\$2)f%(\$3)40c";
3838
}
3939

4040
getMaxPressure {

0 commit comments

Comments
 (0)