update + added comments to readme

pull/3697/head
nravanelli 2024-12-19 04:34:44 +00:00
parent 06ecb5511c
commit 5acb348f66
1 changed files with 5 additions and 1 deletions

View File

@ -48,13 +48,17 @@ used. These settings will remain for all apps that use the GPS.
the interval the more time the GPS will spend sleeping in low
power mode (7mA) between obtaining fixes (35mA). For walking in
open country an update once every 60 seconds is adequate to put
you within a 6 digit grid refernce sqaure.
you within a 6 digit grid refernce sqaure.
**Note:** For the Bangle.js2, the GPS module does not have a PSMOO mode, and thus this is emulated using on/off timeouts specified using the update and search options.
- update - the time between two position fix attempts.
- search - the time between two acquisition attempts if the receiver
is unable to get a position fix.
- fix_req (Bangle.js2 only) - the number of fixes required before the GPS turns off until next search for GPS signal. default is 1.
## Module
A module is provided that'll allow you to set GPS configuration from your own