mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #821 from meshtastic/deprecate-long-slow
Deprecate LONG_SLOW preset
This commit is contained in:
commit
9beb80f1d3
1 changed files with 2 additions and 1 deletions
|
|
@ -938,8 +938,9 @@ message Config {
|
|||
|
||||
/*
|
||||
* Long Range - Slow
|
||||
* Deprecated in 2.7: Unpopular slow preset.
|
||||
*/
|
||||
LONG_SLOW = 1;
|
||||
LONG_SLOW = 1 [deprecated = true];
|
||||
|
||||
/*
|
||||
* Very Long Range - Slow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue