Merge pull request #485 from ndoo/status-led-off

Add status_led_off to support turning status LED off (dark mode)
This commit is contained in:
Ben Meadors 2024-04-20 07:35:36 -05:00 committed by GitHub
commit f4be94a7fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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