diff --git a/src/entrypoints/sx1278-mav-raw.cpp b/src/entrypoints/sx1278-mav-raw.cpp index e2ceead2fe9b7434277a977e8980c82a1ee6e5bb..a2211e4110dba5fbcec4b7723958dbe465c8b59e 100644 --- a/src/entrypoints/sx1278-mav-raw.cpp +++ b/src/entrypoints/sx1278-mav-raw.cpp @@ -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;