wake_on_tap_or_motion

This commit is contained in:
Ben Meadors 2023-03-21 08:42:05 -05:00
parent e3e22cdee6
commit 72d82eed11

View file

@ -560,6 +560,11 @@ message Config {
* Print first line in pseudo-bold? FALSE is original style, TRUE is bold
*/
bool heading_bold = 9;
/*
* Should we wake the screen up on accelerometer detected motion or tap
*/
bool wake_on_tap_or_motion = 10;
}
/*