Skip to content

Commit

Permalink
datalogger: Change flags from CODAL-only to both DAL and CODAL, due t…
Browse files Browse the repository at this point in the history
…o issue #5352.

Due to issue #5352
the flags set up only for CODAL don't work correctly.

The issue will be fixed in the future, but as a workaround we can
set the flag for both DAL and CODAL, even if this is a V2 only
feature.
  • Loading branch information
microbit-carlos committed Nov 8, 2023
1 parent cd7872c commit b2b7bed
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions libs/datalogger/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,15 @@
},
"yotta": {
"config": {
"codal": {
"MICROBIT_BLE_UTILITY_SERVICE": 1,
"MICROBIT_BLE_UTILITY_SERVICE_PAIRING": 1
}
"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
}
"MICROBIT_BLE_UTILITY_SERVICE": 0,
"MICROBIT_BLE_UTILITY_SERVICE_PAIRING": 0
}
}
]
Expand Down

0 comments on commit b2b7bed

Please sign in to comment.