Skip to content

Commit

Permalink
V1 & V2: no pairing, V3 pairing required
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed Sep 14, 2023
1 parent d70fc18 commit a9eb347
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions libs/core-mini-codal/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"optionalConfig": {
"microbit-dal": {
"bluetooth": {
"open": 1,
"security_level": null,
"whitelist": 0
"open": 0,
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM",
"whitelist": 1
}
}
},
"userConfigs": [
{
"description": "Bluetooth: No pairing required (default)",
"description": "Bluetooth: No pairing required (Calliope mini 1 and Calliope mini 2 behaviour)",
"config": {
"microbit-dal": {
"bluetooth": {
Expand All @@ -42,7 +42,7 @@
}
},
{
"description": "Bluetooth: Paring required (fixes Android 13 bug »GATT ERROR 133«, mini must be already flashed with this option)",
"description": "Bluetooth: Paring required (Calliope mini 3 default. Fixes Android 13 bug »GATT ERROR 133«, mini must be already flashed with this option)",
"config": {
"microbit-dal": {
"bluetooth": {
Expand Down
5 changes: 2 additions & 3 deletions pxtarget.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"libs/core-mini-codal",
"libs/v1",
"libs/v2",
"libs/v3",
"libs/radio",
"libs/devices",
"libs/bluetooth",
Expand Down Expand Up @@ -150,7 +149,7 @@
"githubCorePackage": "calliope-mini/microbit",
"gittag": "v2.2.0-rc6-calliope1.1",
"serviceId": "calliope",
"dockerImage": "pext/yotta:update-yotta3"
"dockerImage": "pext/yotta:gcc5"
},
"variants": {
"minidal": {
Expand Down Expand Up @@ -179,7 +178,7 @@
"githubCorePackage": "calliope-edu/microbit-v2-samples",
"gittag": "v0.2.13-calliope",
"serviceId": "mbcodal2",
"dockerImage": "pext/yotta:update-yotta3",
"dockerImage": "pext/yotta:latest",
"yottaConfigCompatibility": true
}
}
Expand Down

0 comments on commit a9eb347

Please sign in to comment.