Skip to content

Commit

Permalink
Update codal.ble.json to list Utility Services and disable partial fl…
Browse files Browse the repository at this point in the history
…ash.

Partial flashing disabled in codal.ble.json because for CODAL
C++ user projects (not MakeCode nor MicroPython) partial flashing
is not really usable.
  • Loading branch information
microbit-carlos committed Mar 27, 2024
1 parent a7ea73f commit 5198bb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codal.ble.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
"MICROBIT_BLE_PAIRING_MODE": 1,
"MICROBIT_BLE_DFU_SERVICE": 1,
"MICROBIT_BLE_DEVICE_INFORMATION_SERVICE": 1,
"MICROBIT_BLE_UTILITY_SERVICE": 1,
"MICROBIT_BLE_UTILITY_SERVICE_PAIRING": 1,
"MICROBIT_BLE_EVENT_SERVICE" : 1,
"MICROBIT_BLE_PARTIAL_FLASHING" : 1,
"MICROBIT_BLE_PARTIAL_FLASHING" : 0,
"MICROBIT_BLE_SECURITY_LEVEL": "SECURITY_MODE_ENCRYPTION_NO_MITM"
}
}

0 comments on commit 5198bb3

Please sign in to comment.