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 +}