From 72d82eed119013e77bc9cf046e359469c318245b Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 21 Mar 2023 08:42:05 -0500 Subject: [PATCH] wake_on_tap_or_motion --- meshtastic/config.proto | 5 +++++ 1 file changed, 5 insertions(+) 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; } /*