Skip to content

Commit

Permalink
Properly put module_settings inside the Channelsettings message
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett authored Feb 22, 2024
1 parent 93c1b33 commit 083d9e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions meshtastic/channel.proto
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ message ChannelSettings {
* If true, messages seen on the internet will be forwarded to the local mesh.
*/
bool downlink_enabled = 6;

/*
* Per-channel module settings.
*/
ModuleSettings module_settings = 7;
}

/*
Expand Down Expand Up @@ -142,9 +147,4 @@ message Channel {
* TODO: REPLACE
*/
Role role = 3;

/*
* Per-channel module settings.
*/
ModuleSettings module_settings = 4;
}

0 comments on commit 083d9e7

Please sign in to comment.