Make handleButtonPress virtual.

pull/165/head
Maxwell Pray 2022-05-12 02:27:51 -07:00
parent 3e3a8859a9
commit 6af6742d4f
No known key found for this signature in database
GPG Key ID: 9ACED23B17976C53
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,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();