mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add gps flag
This commit is contained in:
parent
c715e506df
commit
3caee2e5b9
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue