Merge pull request #768 from l0g-lab/node_name_length

add node_name_length option
This commit is contained in:
Ben Meadors 2025-09-18 18:39:35 -05:00 committed by GitHub
commit 27d9a99bd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -776,6 +776,12 @@ message Config {
* If true, the device will display the time in 12-hour format on screen.
*/
bool use_12h_clock = 12;
/*
* If false (default), the device will use short names for various display screens.
* If true, node names will show in long format
*/
bool use_long_node_name = 13;
}
/*