Skip to content

Commit b1ebb96

Browse files
authored
Merge pull request #642 from meshtastic/device-ui-channel
device-ui: add channel filter, add slovenian
2 parents c55f120 + fe59011 commit b1ebb96

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

meshtastic/device_ui.options

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
*DeviceUIConfig.calibration_data max_size:16
55
*NodeFilter.node_name max_size:16
66
*NodeFilter.hops_away int_size:8
7+
*NodeFilter.channel int_size:8
78
*NodeHighlight.node_name max_size:16

meshtastic/device_ui.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ message NodeFilter {
100100
*/
101101
string node_name = 6;
102102

103+
/*
104+
* Filter based on channel
105+
*/
106+
int32 channel = 7;
107+
103108
}
104109

105110
message NodeHighlight {
@@ -224,6 +229,11 @@ enum Language {
224229
*/
225230
NORWEGIAN = 14;
226231

232+
/*
233+
* Slovenian
234+
*/
235+
SLOVENIAN = 15;
236+
227237
/*
228238
* Simplified Chinese (experimental)
229239
*/

0 commit comments

Comments
 (0)