Skip to content
Snippets Groups Projects

Environmental Sensing Service

Merged schneider requested to merge schneider/ess into master
Files
17
+ 2
0
@@ -69,6 +69,7 @@ extern void StackInit(void);
extern void bleuart_init(void);
extern void bleFileTransfer_init(void);
extern void bleCard10_init(void);
extern void bleESS_init(void);
extern void BbBleDrvSetTxPower(int8_t power);
/*************************************************************************************************/
@@ -432,6 +433,7 @@ void vBleTask(void *pvParameters)
bleuart_init();
bleFileTransfer_init();
bleCard10_init();
bleESS_init();
lasttick = xTaskGetTickCount();
Loading