Skip to content

Commit

Permalink
update settings & codal target
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed Sep 14, 2023
1 parent 69ec991 commit 1f21a70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions libs/core-mini-codal/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
}
},
{
"description": "",
"description": "Paring required (fixes Android 13 bug »GATT ERROR 133«, mini must be already flashed with this option)",
"config": {
"microbit-dal": {
"bluetooth": {
"open": 0,
"security_level": "Paring required (fixes Android 13 bug »GATT ERROR 133«, mini must be already flashed with this option)",
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM",
"whitelist": 1
}
}
Expand Down
4 changes: 2 additions & 2 deletions libs/core-mini-dal/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
}
},
{
"description": "",
"description": "Paring required (fixes Android 13 bug »GATT ERROR 133«, mini must be already flashed with this option)",
"config": {
"microbit-dal": {
"bluetooth": {
"open": 0,
"security_level": "Paring required (fixes Android 13 bug »GATT ERROR 133«, mini must be already flashed with this option)",
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM",
"whitelist": 1
}
}
Expand Down
2 changes: 1 addition & 1 deletion pxtarget.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"codalTarget": {
"name": "codal-microbit-v2",
"url": "https://github.com/calliope-edu/codal-microbit-v2",
"branch": "v0.2.57-calliope-1.2",
"branch": "v0.2.57-calliope-1.4",
"type": "git"
},
"codalBinary": "MICROBIT",
Expand Down

0 comments on commit 1f21a70

Please sign in to comment.