forgot to add

:P
This commit is contained in:
shinichi
2020-09-09 21:00:08 +02:00
parent 0b659a9dc3
commit ce2f91854e

View File

@@ -148,8 +148,7 @@ namespace Hardware
checksum ^= antMessage[i];
}
antMessage[12] = checksum;// no because dumb reasons. it is somehow always 0x39 ?!?!?!? magic i tell you!(or a bug:D)
//antMessage[12] = 0x39;
antMessage[12] = checksum;//reminder that i am dumb :P
bleBike.WriteCharacteristic("6E40FEC3-B5A3-F393-E0A9-E50E24DCCA9E", antMessage);