From bd70a9a96ebcc88c20eb5fecd0f7971c9f21604b Mon Sep 17 00:00:00 2001 From: Andrew Yong Date: Sat, 20 Apr 2024 13:24:10 +0800 Subject: [PATCH] Add status_led_off to support turning status LED off (dark mode) Signed-off-by: Andrew Yong --- meshtastic/config.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index f83d220..e884ca6 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -185,6 +185,11 @@ message Config { * POSIX Timezone definition string from https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv. */ string tzdef = 11; + + /* + * If true, inhibit blinking LED at LED_PIN regularly + */ + bool status_led_off = 12; } /*