diff --git a/src/Watchy.cpp b/src/Watchy.cpp index 75d3885..6aa38f0 100644 --- a/src/Watchy.cpp +++ b/src/Watchy.cpp @@ -72,7 +72,7 @@ void Watchy::handleButtonPress(){ switch(menuIndex) { case 0: - showBattery(); + showAbout(); break; case 1: showBuzz(); @@ -154,7 +154,7 @@ void Watchy::handleButtonPress(){ switch(menuIndex) { case 0: - showBattery(); + showAbout(); break; case 1: showBuzz(); @@ -223,7 +223,7 @@ void Watchy::showMenu(byte menuIndex, bool partialRefresh){ uint16_t w, h; int16_t yPos; - const char *menuItems[] = {"Check Battery", "Vibrate Motor", "Show Accelerometer", "Set Time", "Setup WiFi", "Update Firmware", "Sync NTP"}; + const char *menuItems[] = {"About Watchy", "Vibrate Motor", "Show Accelerometer", "Set Time", "Setup WiFi", "Update Firmware", "Sync NTP"}; for(int i=0; iindex ? data.substring(strIndex[0], strIndex[1]) : ""; -} \ No newline at end of file +}