Merge pull request #204 from khenderick/feature/virtual-button-press

Allow button press overrides
pull/217/head
SQFMI 2023-02-08 20:57:03 -05:00 committed by GitHub
commit 3300f6f271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public:
float getBatteryVoltage();
void vibMotor(uint8_t intervalMs = 100, uint8_t length = 20);
void handleButtonPress();
virtual void handleButtonPress();
void showMenu(byte menuIndex, bool partialRefresh);
void showFastMenu(byte menuIndex);
void showAbout();