On 21 November, 2014 - Anton Lundin wrote:
+// FIXME: This key is specific to the ostc3 +// The ostc sport has another key but the same protocoll +// How should we refactor the code for that? +static unsigned char ostc3_key[16] = {
- 0xF1, 0xE9, 0xB0, 0x30,
- 0x45, 0x6F, 0xBE, 0x55,
- 0xFF, 0xE7, 0xF8, 0x31,
- 0x13, 0x6C, 0xF2, 0xFE
+};
Took a new look at this and noticed that i was wrong. Its actually the HW Frog who got a different key and a slightly different protocol, and the OSTC Sport actually uses the same key and the same protocol.
So its actually just the comment here thats wrong.
//Anton