Fixed graphics

master
copoer 2022-02-27 10:13:07 -04:00
parent 505872f0b8
commit 866cfb8c6b
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ function update_target_HR(){
g.drawString("+", 160, 10);
g.drawString("GO", 150, 88);
g.setFontAlign(0,0); // center font
g.drawString("target HR", 88,120);
g.drawString("target HR", 88,70);
g.setFont("6x8", 1);
g.drawString("if unsure, start with 7-10%\n less than waking average and\n adjust as required", 88,150);
}