Skip to content
Snippets Groups Projects

Workaround for lockup issue

Merged rahix requested to merge rahix/ble-lockup into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -187,6 +187,12 @@ static void scheduleTimer(void)
void vBleTask(void *pvParameters)
{
ble_task_id = xTaskGetCurrentTaskHandle();
/*
* Delay BLE startup by a bit because it locks up Epicardium otherwise.
*/
vTaskDelay(pdMS_TO_TICKS(500));
WsfInit();
StackInit();
setAddress();
Loading