diff --git a/meshtastic/config.proto b/meshtastic/config.proto index d05cad3..cd085f2 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -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; } /*