From aa0413204f947f7a9308e7a9018438e350b3077f Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 20 Apr 2024 12:48:09 -0500 Subject: [PATCH] Rebrand as heartbeat led and add more explicit description --- meshtastic/config.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index e884ca6..43e8c6e 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -187,9 +187,9 @@ message Config { string tzdef = 11; /* - * If true, inhibit blinking LED at LED_PIN regularly + * If true, disable the default blinking LED (LED_PIN) behavior on the device */ - bool status_led_off = 12; + bool led_heartbeat_disabled = 12; } /*