Skip to content

Commit

Permalink
correct workarround
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhugo committed Oct 21, 2024
1 parent 4f732b0 commit c6c660b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codal_app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ int main() {
uBit.audio.setSpeakerEnabled(true);
uBit.audio.setPinEnabled(false);

uBit.logo.isTouched(); // Calliope Workarround for pin3 is touched bug
uBit.io.logo.isTouched(); // Calliope Workarround for pin3 is touched bug

mp_main();
return 0;
Expand Down

0 comments on commit c6c660b

Please sign in to comment.