Skip to content

Commit

Permalink
Update userConfig options
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed Sep 14, 2023
1 parent 1f21a70 commit d70fc18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 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 @@ -30,7 +30,7 @@
},
"userConfigs": [
{
"description": "No pairing required (default)",
"description": "Bluetooth: No pairing required (default)",
"config": {
"microbit-dal": {
"bluetooth": {
Expand All @@ -42,7 +42,7 @@
}
},
{
"description": "Paring required (fixes Android 13 bug »GATT ERROR 133«, mini must be already flashed with this option)",
"description": "Bluetooth: Paring required (fixes Android 13 bug »GATT ERROR 133«, mini must be already flashed with this option)",
"config": {
"microbit-dal": {
"bluetooth": {
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 @@ -26,7 +26,7 @@
},
"userConfigs": [
{
"description": "No pairing required (default)",
"description": "Bluetooth: No pairing required (default)",
"config": {
"microbit-dal": {
"bluetooth": {
Expand All @@ -38,7 +38,7 @@
}
},
{
"description": "Paring required (fixes Android 13 bug »GATT ERROR 133«, mini must be already flashed with this option)",
"description": "Bluetooth: Paring required (fixes Android 13 »GATT ERROR 133«-Bug, mini must be already flashed with this option)",
"config": {
"microbit-dal": {
"bluetooth": {
Expand Down
12 changes: 0 additions & 12 deletions libs/core/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,18 +144,6 @@
}
}
}
},
{
"description": "Bluetooth: Require Pariring (Solves an Android 13+ bug)",
"config": {
"microbit-dal": {
"bluetooth": {
"open": 0,
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM",
"whitelist": 1
}
}
}
}
]
}
Expand Down

0 comments on commit d70fc18

Please sign in to comment.