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 !391
parents 1bc16500 72b4f233
No related branches found
No related tags found
1 merge request!391fix(ble): Turn off coded and 2M phys
Pipeline #4600 passed
......@@ -89,8 +89,8 @@ const LlRtCfg_t _ll_cfg = {
/*dtmRxSyncMs*/ 10000,
/* PHY */
/*phy2mSup*/ TRUE,
/*phyCodedSup*/ TRUE,
/*phy2mSup*/ FALSE,
/*phyCodedSup*/ FALSE,
/*stableModIdxTxSup*/ FALSE,
/*stableModIdxRxSup*/ FALSE
};
......
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