Update AGPS description, and default to 2 days validity (a good compromise)

pull/639/head
Gordon Williams 2021-01-13 08:59:22 +00:00
parent cccc85ddd2
commit d6eb943bb5
2 changed files with 3 additions and 3 deletions

View File

@ -946,7 +946,7 @@
"name": "Assisted GPS Update (AGPS)", "name": "Assisted GPS Update (AGPS)",
"icon": "app.png", "icon": "app.png",
"version":"0.01", "version":"0.01",
"description": "Downloads assisted GPS data to Bangle.js for faster GPS startup and more accurate fixes", "description": "Downloads assisted GPS (AGPS) data to Bangle.js for faster GPS startup and more accurate fixes. **No app will be installed**, this just uploads new data to the GPS chip.",
"custom": "custom.html", "custom": "custom.html",
"tags": "tool,outdoors,agps", "tags": "tool,outdoors,agps",
"type": "RAM", "type": "RAM",

View File

@ -12,10 +12,10 @@
<div class="form-group"> <div class="form-group">
<label class="form-label">AGPS Validity time</label> <label class="form-label">AGPS Validity time</label>
<label class="form-radio"> <label class="form-radio">
<input type="radio" name="agpsperiod" value="1d" checked><i class="form-icon"></i> 1 day (8kB) <input type="radio" name="agpsperiod" value="1d"><i class="form-icon"></i> 1 day (8kB)
</label> </label>
<label class="form-radio"> <label class="form-radio">
<input type="radio" name="agpsperiod" value="2d"><i class="form-icon"></i> 2 days (14kB) <input type="radio" name="agpsperiod" value="2d" checked><i class="form-icon"></i> 2 days (14kB)
</label> </label>
<label class="form-radio"> <label class="form-radio">
<input type="radio" name="agpsperiod" value="3d"><i class="form-icon"></i> 3 days (20kB) <input type="radio" name="agpsperiod" value="3d"><i class="form-icon"></i> 3 days (20kB)