Skip to content

Commit fd6e3ce

Browse files
codal_app: Update codal-microbit-v2 to v0.2.67.
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
1 parent 8b8c1d3 commit fd6e3ce

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/codal_app/codal.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"target": {
33
"name": "codal-microbit-v2",
44
"url": "https://github.com/lancaster-university/codal-microbit-v2",
5-
"branch": "v0.2.66",
5+
"branch": "v0.2.67",
66
"type": "git",
77
"test_ignore": true
88
} ,

src/codal_app/main.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ int main() {
7575
uBit.audio.setSpeakerEnabled(true);
7676
uBit.audio.setPinEnabled(false);
7777

78-
// Initialise the logo pin in capacitive touch mode.
79-
uBit.io.logo.isTouched(TouchMode::Capacitative);
80-
8178
mp_main();
8279
return 0;
8380
}

0 commit comments

Comments
 (0)