From 940395c81e53e85f8f47a7af071180287b978acc Mon Sep 17 00:00:00 2001 From: GUVWAF Date: Sat, 6 Jul 2024 10:05:21 +0200 Subject: [PATCH] Add bool to StoreForward config to set it as server --- meshtastic/module_config.proto | 5 +++++ 1 file changed, 5 insertions(+) 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; } /*