diff --git a/mesh.proto b/mesh.proto index 5af5b8c..8508e78 100644 --- a/mesh.proto +++ b/mesh.proto @@ -1115,6 +1115,11 @@ message FromRadio { * NOTE: This ID must not change - to keep (minimal) compatibility with <1.2 version of android apps. */ bool rebooted = 9; + + /* + * Groups + */ + GroupInfo groups = 12; } }