Skip to content
Snippets Groups Projects
Commit 8b937b4e authored by schneider's avatar schneider
Browse files

fix(ble): Increase output power to 0 dBm

parent 283e227c
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ extern void AppInit(void);
extern void bleuart_init(void);
extern void bleFileTransfer_init(void);
extern void bleCard10_init(void);
extern void BbBleDrvSetTxPower(int8_t power);
/*************************************************************************************************/
void PalSysAssertTrap(void)
......@@ -195,6 +196,7 @@ void vBleTask(void *pvParameters)
WsfInit();
StackInit();
BbBleDrvSetTxPower(0);
setAddress();
NVIC_SetPriority(BTLE_SFD_TO_IRQn, 2);
......
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