mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add moduleconfig to fromradio for initial send
This commit is contained in:
parent
88c5fd5471
commit
22556f0566
1 changed files with 6 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ option go_package = "github.com/meshtastic/gomeshproto";
|
|||
import "config.proto";
|
||||
import "portnums.proto";
|
||||
import "telemetry.proto";
|
||||
import "module_config.proto";
|
||||
|
||||
option java_outer_classname = "MeshProtos";
|
||||
|
||||
|
|
@ -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