Skip to content

Commit

Permalink
datalogger: Add CODAL flags to enable BLE service with extension. (#5346
Browse files Browse the repository at this point in the history
)

* datalogger: Add CODAL flags to enable BLE service with extension.

* datalogger: Change flags from CODAL-only to both DAL and CODAL, due to 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.

Also removes the user config switch, as it didn't work and we
prefer having less options.
The flag can always be manually changes in the pxt.json file.
  • Loading branch information
microbit-carlos authored and abchatra committed Nov 10, 2023
1 parent ce26573 commit 57ec9ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/datalogger/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@
"dependencies": {
"core": "file:../core",
"flashlog": "file:../flashlog"
},
"yotta": {
"config": {
"MICROBIT_BLE_UTILITY_SERVICE": 1,
"MICROBIT_BLE_UTILITY_SERVICE_PAIRING": 1
}
}
}

0 comments on commit 57ec9ea

Please sign in to comment.