Properly put module_settings inside the Channelsettings message

pull/448/head
Jonathan Bennett 2024-02-22 00:31:35 -06:00 zatwierdzone przez GitHub
rodzic 93c1b33f2f
commit 083d9e7190
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

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