We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c55f120 + fe59011 commit b1ebb96Copy full SHA for b1ebb96
2 files changed
meshtastic/device_ui.options
@@ -4,4 +4,5 @@
4
*DeviceUIConfig.calibration_data max_size:16
5
*NodeFilter.node_name max_size:16
6
*NodeFilter.hops_away int_size:8
7
+*NodeFilter.channel int_size:8
8
*NodeHighlight.node_name max_size:16
meshtastic/device_ui.proto
@@ -100,6 +100,11 @@ message NodeFilter {
100
*/
101
string node_name = 6;
102
103
+ /*
104
+ * Filter based on channel
105
+ */
106
+ int32 channel = 7;
107
+
108
}
109
110
message NodeHighlight {
@@ -224,6 +229,11 @@ enum Language {
224
229
225
230
NORWEGIAN = 14;
226
231
232
233
+ * Slovenian
234
235
+ SLOVENIAN = 15;
236
227
237
/*
228
238
* Simplified Chinese (experimental)
239
0 commit comments