Deprecate GPS format

pull/734/head
Ben Meadors 2025-07-20 06:43:57 -05:00
rodzic f6448be777
commit d238157644
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -683,9 +683,10 @@ message Config {
uint32 screen_on_secs = 1;
/*
* Deprecated in 2.7.4: Unused
* How the GPS coordinates are formatted on the OLED screen.
*/
GpsCoordinateFormat gps_format = 2;
GpsCoordinateFormat gps_format = 2 [deprecated = true];
/*
* Automatically toggles to the next page on the screen like a carousel, based the specified interval in seconds.