hardcoded 4 byte binding key

This commit is contained in:
Pawel Spychalski (DzikuVx)
2018-04-26 19:52:46 +02:00
parent f1029051f4
commit 76d4f7d70b
3 changed files with 14 additions and 3 deletions

View File

@@ -274,6 +274,14 @@ void setup(void)
qsp.debugConfig |= DEBUG_FLAG_LED;
#endif
/*
* Setup salt bind key
*/
qsp.bindKey[0] = 0x12;
qsp.bindKey[1] = 0x0a;
qsp.bindKey[2] = 0x36;
qsp.bindKey[3] = 0xa7;
}
uint8_t currentSequenceIndex = 0;