diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index 8215e01..82fba65 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -468,6 +468,11 @@ message ModuleConfig { * TODO: REPLACE */ uint32 history_return_window = 5; + + /* + * Set to true to let this node act as a server that stores received messages and resends them upon request. + */ + bool is_server = 6; } /*