From e7791c33fd1c88506cc5e40f50669043d550b9e6 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Fri, 27 May 2022 11:44:07 -0700 Subject: [PATCH] Swap the indexes for LongFast and VLongSlow --- config.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.proto b/config.proto index 90c0f6d..e2c3861 100644 --- a/config.proto +++ b/config.proto @@ -560,7 +560,7 @@ message Config { /* * TODO: REPLACE */ - VLongSlow = 0; + LongFast = 0; /* * TODO: REPLACE @@ -570,7 +570,7 @@ message Config { /* * TODO: REPLACE */ - LongFast = 2; + VLongSlow = 2; /* * TODO: REPLACE @@ -698,4 +698,4 @@ message Config { LoRaConfig lora = 6; } -} \ No newline at end of file +}