Skip to content

Commit ea43f41

Browse files
committed
Revert min FW version to 1.16.0
1 parent 888202d commit ea43f41

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
# Minimal supported firmware version.
6464
# Major version of firmware must match firmware. Minor versions must be higher or equal
65-
MIN_FW = "1.16.3"
65+
MIN_FW = "1.16.0"
6666

6767
DEFAULTLANG = "en_US"
6868

res/remotecanclass.ui

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ li.checked::marker { content: "\2612"; }
249249
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" text-decoration: underline;">Remote CAN source:</span></p>
250250
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Intended to be used to transmit buttons and analog values via CAN to a compatible device receiving the data using the CAN analog and digital source.</p>
251251
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
252-
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">CAN IDs and speed must match on both devices.</p>
252+
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">CAN IDs and speed must match on both devices. On the <span style=" text-decoration: underline;">receiving device</span> enable CAN analog and/or digital sources and enter the same IDs and button/axis amounts as on this page.</p>
253+
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
253254
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If a slow CAN speed is used or the bus is shared use a slower update interval.</p>
254255
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
255256
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">64 digital buttons are sent in one 8 byte CAN frame.</p>

0 commit comments

Comments
 (0)