Properly put module_settings inside the Channelsettings message

This commit is contained in:
Jonathan Bennett 2024-02-22 00:31:35 -06:00 committed by GitHub
parent 93c1b33f2f
commit 083d9e7190
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}