mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Refactoring: Buttons - rename revert to swapButtonMenu
This commit is contained in:
@@ -27,7 +27,8 @@ enum ButtonState {
|
||||
};
|
||||
|
||||
// Returns what buttons are pressed (if any)
|
||||
ButtonState getButtonState(bool revert=0);
|
||||
ButtonState getButtonState(bool swapButtonMenu = 0);
|
||||
|
||||
// Helpers
|
||||
void waitForButtonPressOrTimeout(TickType_t timeout);
|
||||
void waitForButtonPress();
|
||||
|
||||
Reference in New Issue
Block a user