@@ -25,32 +25,11 @@ config NRF_CLOUD_PGPS_REQUEST_UPON_INIT
2525 if only some of the predictions are in storage,
2626 or if the replacement threshold is reached.
2727
28- choice NRF_CLOUD_PGPS_PREDICTION_PERIOD
29- prompt "Desired time between predictions"
30- default NRF_CLOUD_PGPS_PREDICTION_PERIOD_240_MIN
31- help
32- This value is used when requesting predicted GPS data from the
33- cloud. More frequent predictions will result in more accurate
34- ephemeris values for any given time, but will take more storage
35- space in flash.
36-
37- config NRF_CLOUD_PGPS_PREDICTION_PERIOD_120_MIN
38- bool "120 min prediction period"
39- help
40- Each prediction is used to cover 120 minutes. May increase fix
41- accuracy compared to 240 minute prediction period, but doubles
42- the amount of data transferred and storage space needed in flash.
43-
44- config NRF_CLOUD_PGPS_PREDICTION_PERIOD_240_MIN
45- bool "240 min prediction period"
46- help
47- Each prediction is used to cover 240 minutes.
48-
4928endchoice
5029
5130config NRF_CLOUD_PGPS_NUM_PREDICTIONS
5231 int "Desired number of predictions"
53- range 2 84
32+ range 2 42
5433 default 42
5534 help
5635 This value, together with the prediction period, determines the
@@ -60,7 +39,7 @@ config NRF_CLOUD_PGPS_NUM_PREDICTIONS
6039
6140config NRF_CLOUD_PGPS_REPLACEMENT_THRESHOLD
6241 int "Number of predictions remaining before fetching more"
63- range 0 82
42+ range 0 40
6443 default 0
6544 help
6645 When set to 0, no attempt will be made to update the prediction
@@ -175,7 +154,7 @@ config NRF_CLOUD_PGPS_PARTITION_SIZE
175154 hex "Size of flash partition for P-GPS data storage"
176155 default 0x15000
177156 help
178- This must be at least 2048 bytes times NRF_COUND_PGPS_NUM_PREDICTIONS .
157+ This must be at least 2048 bytes times NRF_CLOUD_PGPS_NUM_PREDICTIONS .
179158
180159config NRF_CLOUD_PGPS_PARTITION_ALIGN
181160 hex "Align P-GPS partition to flash block boundary"
0 commit comments