Merge pull request #1413 from myxor/patch-1

GPS widget: remove out of date 'requires firmware' messages
pull/1419/head
Gordon Williams 2022-02-09 13:38:47 +00:00 committed by GitHub
commit 4cdce7e907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ A simple widget that shows the on/off status of the GPS.
The GPS can quickly run the battery down if it is on all the time so The GPS can quickly run the battery down if it is on all the time so
it is useful to know if it has been switched on or not. it is useful to know if it has been switched on or not.
- Uses Bangle.isGPSOn(), requires firmware v2.08.167 or later - Uses Bangle.isGPSOn()
- Shows in grey when the GPS is off - Shows in grey when the GPS is off
- Shows in amber when the GPS is on - Shows in amber when the GPS is on