Skip to content
Snippets Groups Projects
Commit 45f6d33f authored by schneider's avatar schneider
Browse files

Merge branch 'schneider/ble-5.0-1m' into 'master'

fix(ble): Turn off coded and 2M phys

Closes #172

See merge request card10/firmware!391
parents 1bc16500 72b4f233
No related branches found
No related tags found
No related merge requests found
...@@ -89,8 +89,8 @@ const LlRtCfg_t _ll_cfg = { ...@@ -89,8 +89,8 @@ const LlRtCfg_t _ll_cfg = {
/*dtmRxSyncMs*/ 10000, /*dtmRxSyncMs*/ 10000,
/* PHY */ /* PHY */
/*phy2mSup*/ TRUE, /*phy2mSup*/ FALSE,
/*phyCodedSup*/ TRUE, /*phyCodedSup*/ FALSE,
/*stableModIdxTxSup*/ FALSE, /*stableModIdxTxSup*/ FALSE,
/*stableModIdxRxSup*/ FALSE /*stableModIdxRxSup*/ FALSE
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment