Skip to content
Snippets Groups Projects
Commit d5173654 authored by Federico Lolli's avatar Federico Lolli
Browse files

[Nokia] Enabled CRC

parent 4b25ba5f
No related branches found
No related tags found
No related merge requests found
Pipeline #7647 failed
......@@ -74,7 +74,7 @@ static const Boardcore::SX1278Fsk::Config RADIO_CONFIG = {
.power = 13,
.shaping = Boardcore::SX1278Fsk::Config::Shaping::GAUSSIAN_BT_1_0,
.dc_free = Boardcore::SX1278Fsk::Config::DcFree::WHITENING,
.enable_crc = false};
.enable_crc = true};
// === GLOBALS ===
Boardcore::SX1278Fsk* sx1278 = nullptr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment