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

@@ -130,6 +130,7 @@ struct RxDeviceState_t {
};
struct QspConfiguration_t {
uint8_t bindKey[4] = {0, 0, 0, 0};
uint8_t protocolState = QSP_STATE_IDLE;
uint8_t crc = 0;
uint8_t payload[QSP_PAYLOAD_LENGTH] = {0};