@@ -25,32 +25,9 @@ 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-
49- endchoice
50-
5128config NRF_CLOUD_PGPS_NUM_PREDICTIONS
5229 int "Desired number of predictions"
53- range 2 84
30+ range 2 42
5431 default 42
5532 help
5633 This value, together with the prediction period, determines the
@@ -60,7 +37,7 @@ config NRF_CLOUD_PGPS_NUM_PREDICTIONS
6037
6138config NRF_CLOUD_PGPS_REPLACEMENT_THRESHOLD
6239 int "Number of predictions remaining before fetching more"
63- range 0 82
40+ range 0 40
6441 default 0
6542 help
6643 When set to 0, no attempt will be made to update the prediction
@@ -175,7 +152,7 @@ config NRF_CLOUD_PGPS_PARTITION_SIZE
175152 hex "Size of flash partition for P-GPS data storage"
176153 default 0x15000
177154 help
178- This must be at least 2048 bytes times NRF_COUND_PGPS_NUM_PREDICTIONS .
155+ This must be at least 2048 bytes times NRF_CLOUD_PGPS_NUM_PREDICTIONS .
179156
180157config NRF_CLOUD_PGPS_PARTITION_ALIGN
181158 hex "Align P-GPS partition to flash block boundary"
0 commit comments