meshtastic / protobufs

Protobuf definitions for the Meshtastic project
https://meshtastic.org
GNU General Public License v3.0
77 stars 115 forks source link

Deprecate GPS attempt time #419

Closed thebentern closed 7 months ago

thebentern commented 7 months ago

Closes #407

jp-bennett commented 7 months ago

Only places in firmware this is used is in GPS::getWakeTime and during the NodeDB::initconfigintervals. The latter could simply be removed, and the former replaced by the update interval.

What would this do for initial GPS fix? If someone sets a really quick GPS update interval, would it prevent ever getting an initial fix?