Merge pull request #734 from meshtastic/deprecate-gps-format

Deprecate GPS format
This commit is contained in:
Ben Meadors 2025-07-20 14:30:52 -05:00 committed by GitHub
commit 15c1fbde88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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