Swap the indexes for LongFast and VLongSlow

This commit is contained in:
Jm Casler 2022-05-27 11:44:07 -07:00 committed by GitHub
parent c99b818d9a
commit e7791c33fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}
}