From 05e9381f06fc3c629ea0945e69fc7de665e64e26 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Thu, 2 Dec 2021 16:35:11 -0800 Subject: [PATCH] Renamed the SF structure to StoreAndForward --- storeforward.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storeforward.proto b/storeforward.proto index 662aa7d..a148175 100644 --- a/storeforward.proto +++ b/storeforward.proto @@ -9,7 +9,7 @@ option go_package = "github.com/meshtastic/gomeshproto"; -message StoreAndForwardMessage { +message StoreAndForward { /* * 1 - 99 = From Router