Open ArturMalyszewicz opened 9 years ago
This is an documentation issue - there is no information that GPS check periodically every 1 minute. GpsBlockedStartDebounceTime and GpsBlockedStartDebounceTime is obeyed correctly.
In documentation for version 1.4.1 GPS check interval is not mentioned. Is this no longer applicable?
GpsBlockedStartDebounceTime (PIN 35) is the debounce time when GpsBlocked state becomes true before registering the event. When gps blocked event is triggered (fix is older than MaxFixTimeout) GpsBlockedState is not changed after GpsBlockedStartDebounceTime but some 50 seconds later.
Steps to reproduce:
Expected behaviour is that the state changes according to GpsBlockedStartDebounceTime.