Skip to content

Commit 0d1d7f8

Browse files
committed
Merge branch '2.9'
2 parents c196115 + 913733f commit 0d1d7f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/man/man9/sserial.9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is set using the sserial_port_N= option in the hm2_pci modparam. See the ho
1515
It is likely that this documentation will be permanently out of date.
1616

1717
Each Anything-IO board can attach up to 8 sserial remotes to each header
18-
(either the 5-pin headers on the 5I20/5I22/5I23/7I43 or the 25-pin connectors on the 5I25, 6I25 and 7I80).
18+
(either the 50-pin headers on the 5I20/5I22/5I23/7I43 or the 25-pin connectors on the 5I25, 6I25 and 7I80).
1919
The remotes are grouped into "ports" of up to 8 "channels".
2020
Typically each header will be a single 8 channel port, but this is not necessarily always the case.
2121

share/qtvcp/screens/qtdragon_hd/qtdragon_hd_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def init_pins(self):
224224
QHAL.newpin("eoffset-spindle-count", QHAL.HAL_S32, QHAL.HAL_OUT)
225225
QHAL.newpin("eoffset-count", QHAL.HAL_S32, QHAL.HAL_OUT)
226226

227-
pin = QHAL.newpin("eoffset-value", QHAL.HAL_S32, QHAL.HAL_IN)
227+
pin = QHAL.newpin("eoffset-value", QHAL.HAL_FLOAT, QHAL.HAL_IN)
228228
pin.value_changed.connect(self.eoffset_changed)
229229

230230
pin = QHAL.newpin("eoffset-zlevel-count", QHAL.HAL_S32, QHAL.HAL_IN)

0 commit comments

Comments
 (0)