Skip to content

Commit

Permalink
revert to default codal.json settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhugo committed Nov 13, 2023
1 parent 7188973 commit 3a45c6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
5 changes: 2 additions & 3 deletions codal.ble.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"target": {
"name": "codal-microbit-v2",
"url": "https://github.com/calliope-edu/codal-microbit-v2",
"branch": "calliope",
"branch": "v0.2.57-calliope-1.5",
"type": "git"
},
"config":{
Expand All @@ -13,7 +13,6 @@
"MICROBIT_BLE_DEVICE_INFORMATION_SERVICE": 1,
"MICROBIT_BLE_EVENT_SERVICE" : 1,
"MICROBIT_BLE_PARTIAL_FLASHING" : 1,
"MICROBIT_BLE_OPEN" : 1,
"MICROBIT_BLE_SECURITY_LEVEL": null
"MICROBIT_BLE_SECURITY_LEVEL": "SECURITY_MODE_ENCRYPTION_NO_MITM"
}
}
10 changes: 2 additions & 8 deletions codal.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@
"type": "git"
},
"config":{
"DEVICE_BLE": 1,
"MICROBIT_BLE_ENABLED" : 1,
"MICROBIT_BLE_PAIRING_MODE": 1,
"MICROBIT_BLE_DFU_SERVICE": 1,
"MICROBIT_BLE_DEVICE_INFORMATION_SERVICE": 1,
"MICROBIT_BLE_EVENT_SERVICE" : 1,
"MICROBIT_BLE_PARTIAL_FLASHING" : 1,
"MICROBIT_BLE_SECURITY_LEVEL" : "SECURITY_MODE_ENCRYPTION_NO_MITM"
"MICROBIT_BLE_ENABLED" : 0,
"MICROBIT_BLE_PAIRING_MODE": 0
}
}

0 comments on commit 3a45c6c

Please sign in to comment.