mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
LR's corrected calculation override (instead of SX) and minor changes according to radiolib's wiki
This commit is contained in:
parent
ff9699c071
commit
fa481e832b
2 changed files with 52 additions and 27 deletions
|
|
@ -61,7 +61,8 @@ bool radio_init() {
|
|||
return false; // fail
|
||||
}
|
||||
|
||||
radio.setCRC(1);
|
||||
radio.setCRC(2);
|
||||
radio.explicitHeader();
|
||||
|
||||
#ifdef RF_SWITCH_TABLE
|
||||
radio.setRfSwitchTable(rfswitch_dios, rfswitch_table);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue