Merge pull request #329 from meshtastic/accelerometer-display

Display setting wake_on_tap_or_motion
This commit is contained in:
Ben Meadors 2023-03-21 11:22:32 -05:00 committed by GitHub
commit 9c9fe890ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}
/*