diff --git a/src/codal_app/codal.json b/src/codal_app/codal.json index f1d9977..9444ac5 100644 --- a/src/codal_app/codal.json +++ b/src/codal_app/codal.json @@ -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 } , diff --git a/src/codal_app/main.cpp b/src/codal_app/main.cpp index 09c89f7..00e91a9 100644 --- a/src/codal_app/main.cpp +++ b/src/codal_app/main.cpp @@ -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; }