1
0
Fork 0

testing for app loader integration

master
Elfreda Kwawu 2024-04-05 22:02:47 -04:00 committed by GitHub
parent ecf73cd843
commit b7e40d446f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ function drawScreen(message) {
if (isMeasuring) { if (isMeasuring) {
// Draw measuring status // Draw measuring status
g.setFont('6x8', 2); g.setFont('6x8', 2);
g.drawString('Measuring...', g.getWidth() / 2, g.getHeight() / 2 - 10); g.drawString('Measuring..', g.getWidth() / 2, g.getHeight() / 2 - 10);
// Draw current heart rate if available // Draw current heart rate if available
g.setFont('6x8', 4); g.setFont('6x8', 4);