Sets JustWorks to the actual config values (#2137)

This commit is contained in:
Chase Mortensen 2019-06-06 10:40:29 -07:00 committed by GitHub
parent 3f106307ff
commit 7345a3797e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,9 +92,9 @@
"config": {
"microbit-dal": {
"bluetooth": {
"open": null,
"whitelist": null,
"security_level": null
"open": 0,
"whitelist": 1,
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM"
}
}
}