mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
I changed my mind. Let's just deprecate the enum too
This commit is contained in:
parent
58e974544d
commit
1d9082b277
1 changed files with 8 additions and 1 deletions
|
|
@ -597,6 +597,13 @@ message Config {
|
|||
* Display Config
|
||||
*/
|
||||
message DisplayConfig {
|
||||
/*
|
||||
* Deprecated in 2.7.4: Unused
|
||||
*/
|
||||
enum DeprecatedGpsCoordinateFormat {
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
* Unit display preference
|
||||
*/
|
||||
|
|
@ -652,7 +659,7 @@ message Config {
|
|||
* Deprecated in 2.7.4: Unused
|
||||
* How the GPS coordinates are formatted on the OLED screen.
|
||||
*/
|
||||
GpsCoordinateFormat gps_format = 2 [deprecated = true];
|
||||
DeprecatedGpsCoordinateFormat gps_format = 2 [deprecated = true];
|
||||
|
||||
/*
|
||||
* Automatically toggles to the next page on the screen like a carousel, based the specified interval in seconds.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue