mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Properly put module_settings inside the Channelsettings message
This commit is contained in:
parent
93c1b33f2f
commit
083d9e7190
1 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -142,9 +147,4 @@ message Channel {
|
|||
* TODO: REPLACE
|
||||
*/
|
||||
Role role = 3;
|
||||
|
||||
/*
|
||||
* Per-channel module settings.
|
||||
*/
|
||||
ModuleSettings module_settings = 4;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue