Skip to content

Commit

Permalink
update BLE for Codal and one-time-pairing
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed May 14, 2024
1 parent 03e928a commit b1ac245
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/one-time-pairing/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"config": {
"microbit-dal": {
"bluetooth": {
"open": 1,
"security_level": null,
"whitelist": 0
"open": 0,
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM",
"whitelist": 1
}
}
},
Expand Down

0 comments on commit b1ac245

Please sign in to comment.