mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #177 from meshtastic/fromradio-moduleconfig
Add moduleconfig to fromradio for initial send
This commit is contained in:
commit
c63a16c32f
1 changed files with 6 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ option optimize_for = LITE_RUNTIME;
|
|||
option go_package = "github.com/meshtastic/gomeshproto";
|
||||
|
||||
import "config.proto";
|
||||
import "module_config.proto";
|
||||
import "portnums.proto";
|
||||
import "telemetry.proto";
|
||||
|
||||
|
|
@ -1252,6 +1253,11 @@ message FromRadio {
|
|||
*/
|
||||
bool rebooted = 9;
|
||||
|
||||
|
||||
/*
|
||||
* Include module config
|
||||
*/
|
||||
ModuleConfig moduleConfig = 10;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue