Merge pull request #488 from meshtastic/rebrand-heartbeat-led

Rebrand as heartbeat led and add more explicit description
This commit is contained in:
Ben Meadors 2024-04-20 15:55:31 -05:00 committed by GitHub
commit eade2c6bef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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