Revert "Finalize move to Device_UI"

This reverts commit 99bdcfdbfe.
This commit is contained in:
Ben Meadors 2025-09-18 18:34:52 -05:00
parent 74b16a5bd3
commit 58e974544d

View file

@ -648,6 +648,12 @@ 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 [deprecated = true];
/*
* Automatically toggles to the next page on the screen like a carousel, based the specified interval in seconds.
* Potentially useful for devices without user buttons.