add gps flag

This commit is contained in:
geeksville 2020-08-21 10:11:52 -07:00
parent c715e506df
commit 3caee2e5b9

View file

@ -675,6 +675,10 @@ message DeviceState {
/// Used only during development. Indicates developer is testing and changes
/// should never be saved to flash.
bool no_save = 9;
/// Some GPSes seem to have bogus settings from the factory, so we always do
/// one factory reset
bool did_gps_reset = 10;
}
/// Debug output from the device