Include full xn297(L) xor tables

This commit is contained in:
Pascal Langer
2019-06-05 23:23:27 +02:00
parent 3853d585a0
commit 1fa6e4526b
3 changed files with 48 additions and 19 deletions

View File

@@ -70,7 +70,7 @@ static void __attribute__((unused)) GW008_send_packet(uint8_t bind)
NRF24L01_WriteReg(NRF24L01_07_STATUS, 0x70);
NRF24L01_FlushTx();
XN297_WriteEnhancedPayload(packet, GW008_PAYLOAD_SIZE, 0, 0x3c7d);
XN297_WriteEnhancedPayload(packet, GW008_PAYLOAD_SIZE, 0);
NRF24L01_SetPower(); // Set tx_power
}