mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Swap the indexes for LongFast and VLongSlow
This commit is contained in:
parent
c99b818d9a
commit
e7791c33fd
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue