Update app.js

master
Elfreda Kwawu 2024-04-04 15:29:31 -04:00 committed by GitHub
parent c800e8f0f6
commit d68efc5287
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ function drawScreen(message) {
g.setFont('6x8', 1.6);
g.drawString(' BPM', g.getWidth() / 2 + 42, g.getHeight() / 2 + 20);
}
// Draw instructions
g.setFont('6x8', 1.5);
g.drawString('Press button to stop', g.getWidth() / 2, g.getHeight() / 2 + 42);