Allow button press overrides

pull/204/head
Kenneth Henderick 2022-12-30 17:14:13 +01:00
parent e5556cb700
commit 3a3a926c2a
No known key found for this signature in database
GPG Key ID: 67836BE9718DB8B0
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();