diff --git a/mesh.proto b/mesh.proto index 46cf4ea..4d2accd 100644 --- a/mesh.proto +++ b/mesh.proto @@ -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; } }