Skip to content

Commit 27d9a99

Browse files
authored
Merge pull request #768 from l0g-lab/node_name_length
add node_name_length option
2 parents 34d31ae + bb1a5d0 commit 27d9a99

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

meshtastic/config.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,12 @@ message Config {
776776
* If true, the device will display the time in 12-hour format on screen.
777777
*/
778778
bool use_12h_clock = 12;
779+
780+
/*
781+
* If false (default), the device will use short names for various display screens.
782+
* If true, node names will show in long format
783+
*/
784+
bool use_long_node_name = 13;
779785
}
780786

781787
/*

0 commit comments

Comments
 (0)