mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-02-04 08:55:24 -05:00
Cleanup
This commit is contained in:
parent
6bf06ca94e
commit
421f2d5db3
@ -324,7 +324,7 @@ void sx126x::setPacketParams(long preamble, uint8_t headermode, uint8_t length,
|
|||||||
buf[3] = length;
|
buf[3] = length;
|
||||||
buf[4] = crc;
|
buf[4] = crc;
|
||||||
// standard IQ setting (no inversion)
|
// standard IQ setting (no inversion)
|
||||||
buf[5] = 0x00;
|
buf[5] = 0x00;
|
||||||
// unused params
|
// unused params
|
||||||
buf[6] = 0x00;
|
buf[6] = 0x00;
|
||||||
buf[7] = 0x00;
|
buf[7] = 0x00;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user