Skip to content

Commit

Permalink
device-ui: add channel filter, add slovenian
Browse files Browse the repository at this point in the history
  • Loading branch information
mverch67 committed Jan 1, 2025
1 parent c55f120 commit fe59011
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions meshtastic/device_ui.options
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
*DeviceUIConfig.calibration_data max_size:16
*NodeFilter.node_name max_size:16
*NodeFilter.hops_away int_size:8
*NodeFilter.channel int_size:8
*NodeHighlight.node_name max_size:16
10 changes: 10 additions & 0 deletions meshtastic/device_ui.proto
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ message NodeFilter {
*/
string node_name = 6;

/*
* Filter based on channel
*/
int32 channel = 7;

}

message NodeHighlight {
Expand Down Expand Up @@ -224,6 +229,11 @@ enum Language {
*/
NORWEGIAN = 14;

/*
* Slovenian
*/
SLOVENIAN = 15;

/*
* Simplified Chinese (experimental)
*/
Expand Down

0 comments on commit fe59011

Please sign in to comment.