mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Fix typo in modem configuration
This commit is contained in:
parent
167ec85ddb
commit
34b2469357
1 changed files with 2 additions and 2 deletions
|
|
@ -476,12 +476,12 @@ message Config {
|
|||
/*
|
||||
* Medium Range - Slow
|
||||
*/
|
||||
MidSlow = 3;
|
||||
MedSlow = 3;
|
||||
|
||||
/*
|
||||
* Medium Range - Fast
|
||||
*/
|
||||
MidFast = 4;
|
||||
MedFast = 4;
|
||||
|
||||
/*
|
||||
* Short Range - Slow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue