Skip to content

Commit

Permalink
Merge pull request #607 from meshtastic/device-ui-fix
Browse files Browse the repository at this point in the history
add device ui to config roll
  • Loading branch information
thebentern authored Oct 25, 2024
2 parents 7960241 + 619bd44 commit 7dc7a6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ syntax = "proto3";

package meshtastic;

import "meshtastic/device_ui.proto";

option csharp_namespace = "Meshtastic.Protobufs";
option go_package = "github.com/meshtastic/go/generated";
option java_outer_classname = "ConfigProtos";
Expand Down Expand Up @@ -1100,5 +1102,6 @@ message Config {
BluetoothConfig bluetooth = 7;
SecurityConfig security = 8;
SessionkeyConfig sessionkey = 9;
DeviceUIConfig device_ui = 10;
}
}

0 comments on commit 7dc7a6d

Please sign in to comment.