Merge pull request #75 from nabijaczleweli/master

Fix "Please [Vv]isit" typo in firmware update screen
pull/61/head^2
SQFMI 2021-08-05 20:14:37 -04:00 committed by GitHub
commit 55c46964d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -841,7 +841,7 @@ void Watchy::showUpdateFW(){
display.setFont(&FreeMonoBold9pt7b);
display.setTextColor(GxEPD_WHITE);
display.setCursor(0, 30);
display.println("Please Visit");
display.println("Please visit");
display.println("watchy.sqfmi.com");
display.println("with a Bluetooth");
display.println("enabled device");