E01X test

This commit is contained in:
Pascal Langer
2018-11-16 09:13:45 +01:00
parent 22711fad28
commit dc902b7a61
3 changed files with 3 additions and 5 deletions

View File

@@ -160,10 +160,6 @@ static void __attribute__((unused)) E01X_send_packet(uint8_t bind)
NRF24L01_WriteReg(NRF24L01_07_STATUS, 0x70);
NRF24L01_FlushTx();
// transmit packet twice in a row without waiting for
// the first one to complete, seems to help the hs6200
// demodulator to start decoding.
HS6200_WritePayload(packet, packet_length);
HS6200_WritePayload(packet, packet_length);
// Check and adjust transmission power. We do this after