Add an entry to the System Configuration menu to toggle disabling a short press of the power button triggering a software closure.

This commit is contained in:
selabnayr
2019-07-05 15:04:38 -07:00
parent c913de1e67
commit 0bc51d5c34
2 changed files with 44 additions and 1 deletions

View File

@@ -33,3 +33,4 @@ extern Menu sysconfigMenu;
void SysConfigMenu_ToggleLEDs(void);
void SysConfigMenu_ToggleWireless(void);
void SysConfigMenu_TogglePowerButton(void);