Fix BLE service not being registered

This commit is contained in:
Olivier 'reivilibre' 2022-06-17 17:47:24 +01:00
parent a4598ed63e
commit ea62510eb6

View File

@ -94,6 +94,7 @@ void NimbleController::Init() {
musicService.Init();
weatherService.Init();
navService.Init();
agendaService.Init();
anService.Init();
dfuService.Init();
batteryInformationService.Init();