ASSAN protocol, FQ777 compilation fix on older Arduino

This commit is contained in:
pascallanger
2016-08-21 17:54:12 +02:00
parent fc1429fae5
commit adaa89a963
7 changed files with 215 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ enum {
};
const uint8_t ssv_xor[] = {0x80,0x44,0x64,0x75,0x6C,0x71,0x2A,0x36,0x7C,0xF1,0x6E,0x52,0x9,0x9D,0x1F,0x78,0x3F,0xE1,0xEE,0x16,0x6D,0xE8,0x73,0x9,0x15,0xD7,0x92,0xE7,0x3,0xBA};
const uint8_t FQ777_bind_addr [] = {0xe7,0xe7,0xe7,0xe7,0x67};
uint8_t FQ777_bind_addr [] = {0xe7,0xe7,0xe7,0xe7,0x67};
static void __attribute__((unused)) ssv_pack_dpl(uint8_t addr[], uint8_t pid, uint8_t* len, uint8_t* payload, uint8_t* packed_payload)
{