Skip to content

Commit

Permalink
codal_app: Update codal-microbit-v2 to v0.2.67.
Browse files Browse the repository at this point in the history
Removed workaround needed before CODAL set the uBit.io.logo touch
mode to capacitive by default.
Discussion:
#168

CODAL changelog:
https://github.com/lancaster-university/codal-microbit-v2/blob/master/Changelog.md#v0267
  • Loading branch information
microbit-carlos authored and dpgeorge committed Aug 7, 2024
1 parent 7c304ec commit 9486813
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
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.66",
"branch": "v0.2.67",
"type": "git",
"test_ignore": true
} ,
Expand Down
3 changes: 0 additions & 3 deletions src/codal_app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ int main() {
uBit.audio.setSpeakerEnabled(true);
uBit.audio.setPinEnabled(false);

// Initialise the logo pin in capacitive touch mode.
uBit.io.logo.isTouched(TouchMode::Capacitative);

mp_main();
return 0;
}

0 comments on commit 9486813

Please sign in to comment.