We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5eb61 commit c7efb4dCopy full SHA for c7efb4d
1 file changed
pkgdesc.qml
@@ -9,7 +9,7 @@ Item {
9
property string pkgOutput: "refloat.vescpkg"
10
11
function isCompatible (fwRxParams) {
12
- if (fwRxParams.hwTypeStr() != "vesc") {
+ if (fwRxParams.hwTypeStr().toLowerCase() != "vesc") {
13
return false;
14
}
15
0 commit comments