There was an error while loading. Please reload this page.
1 parent 4d534e2 commit a0ae4b2Copy full SHA for a0ae4b2
1 file changed
src/devices/trxappgateusbbike/trxappgateusbbike.cpp
@@ -237,7 +237,7 @@ void trxappgateusbbike::characteristicChanged(const QLowEnergyCharacteristic &ch
237
lastPacket = newValue;
238
if ((newValue.length() != 21 && (bike_type != JLL_IC400 && bike_type != ASVIVA && bike_type != FYTTER_RI08 &&
239
bike_type != TUNTURI && bike_type != TUNTURI_2 && bike_type != TOORX_SRX_500 &&
240
- bike_type != FAL_SPORTS && bike_type != HAMMER_SPEED_BIKE_S)) ||
+ bike_type != FAL_SPORTS && bike_type != PASYOU && bike_type != HAMMER_SPEED_BIKE_S)) ||
241
(newValue.length() != 19 && (bike_type == JLL_IC400 || bike_type == ASVIVA || bike_type == FYTTER_RI08 ||
242
bike_type == PASYOU || bike_type == HAMMER_SPEED_BIKE_S)) ||
243
(newValue.length() != 20 && newValue.length() != 21 &&
0 commit comments