Skip to content
Snippets Groups Projects
Commit 6615c6c6 authored by Davide Mor's avatar Davide Mor
Browse files

[sx1278] Switched to manchester encoding for better transmission

parent c909f86e
Branches
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ SX1278::Error SX1278::init(Config config)
spi.writeRegister(REG_RX_TIMEOUT_3, 0x00);
spi.writeRegister(REG_PACKET_CONFIG_1,
RegPacketConfig1::PACKET_FORMAT_VARIABLE_LENGTH |
RegPacketConfig1::DC_FREE_NONE |
RegPacketConfig1::DC_FREE_MANCHESTER |
RegPacketConfig1::CRC_ON |
RegPacketConfig1::ADDRESS_FILTERING_NONE |
RegPacketConfig1::CRC_WHITENING_TYPE_CCITT_CRC);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment