add node_name_length option

This commit is contained in:
l0g-lab 2025-09-10 18:20:40 -04:00
parent 8caf423964
commit bb1a5d09bc

View file

@ -811,6 +811,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;
}
/*