mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Deprecate LONG_SLOW preset
Mark LONG_SLOW as deprecated in the config.proto file.
This commit is contained in:
parent
1cf2783bdb
commit
aeee7f08e6
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