mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add status_led_off to support turning status LED off (dark mode)
Signed-off-by: Andrew Yong <me@ndoo.sg>
This commit is contained in:
parent
0d08acd9c5
commit
bd70a9a96e
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue