I changed my mind. Let's just deprecate the enum too

This commit is contained in:
Ben Meadors 2025-09-18 18:37:23 -05:00
parent 58e974544d
commit 1d9082b277

View file

@ -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.