Skip to content

Commit

Permalink
datalogger: Add CODAL flags to enable BLE service with extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos committed Nov 8, 2023
1 parent f6255a3 commit cd7872c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions libs/datalogger/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,24 @@
"dependencies": {
"core": "file:../core",
"flashlog": "file:../flashlog"
},
"yotta": {
"config": {
"codal": {
"MICROBIT_BLE_UTILITY_SERVICE": 1,
"MICROBIT_BLE_UTILITY_SERVICE_PAIRING": 1
}
},
"userConfigs": [
{
"description": "Disable Bluetooth Utility Service",
"config": {
"codal": {
"MICROBIT_BLE_UTILITY_SERVICE": 0,
"MICROBIT_BLE_UTILITY_SERVICE_PAIRING": 0
}
}
}
]
}
}

0 comments on commit cd7872c

Please sign in to comment.