Skip to content

Commit

Permalink
codal_app: Update codal-microbit-v2 to v0.2.31.
Browse files Browse the repository at this point in the history
Changes are:

codal-microbit-v2:
- update bootloader to not perform a CRC of the application flash on boot
    - This fixes an issue where the bootloader got stuck after a BLE flash
- add check for old bootloader settings and updates them if needed
- multiple updates to the data logging HTML viewer
- parameterisation of I2C storage RX/TX retransmission counters

codal-core:
- no changes

codal-nrf52:
- no changes
  • Loading branch information
microbit-carlos committed Jun 30, 2021
1 parent bca4dc5 commit ac688f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codal_app/codal.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/lancaster-university/codal-microbit-v2",
"branch": "v0.2.29",
"branch": "v0.2.31",
"type": "git",
"test_ignore": true
} ,
Expand Down

0 comments on commit ac688f8

Please sign in to comment.