Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PricelessToolkit/MailBoxGuard
/ enableCrc
Method
enableCrc
Code/Arduino_libraries/LoRa/LoRa.cpp:585–588 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
583
}
584
585
void LoRaClass::enableCrc()
586
{
587
writeRegister(REG_MODEM_CONFIG_2, readRegister(REG_MODEM_CONFIG_2) | 0x04);
588
}
589
590
void LoRaClass::disableCrc()
591
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected