Skip to content

Commit

Permalink
Merge pull request #642 from meshtastic/device-ui-channel
Browse files Browse the repository at this point in the history
device-ui: add channel filter, add slovenian
  • Loading branch information
thebentern authored Jan 1, 2025
2 parents c55f120 + fe59011 commit b1ebb96
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 b1ebb96

Please sign in to comment.