Commit e5631ca
samples: cellular: Fix printing of GPS coordinates
The current log line shows wrong coordinates, for example the Stockholm
office prints as 59.339759 N 18.013012 W which is incorrect; the correct
location being 59.339759 N 18.013012 E (because positive longitude means
"east"). Standard notation (ISO-6709) is to use either direction letters
or integer sign; not both combined.
This PR aligns the formet to what we have in other samples: signed
values rather than direction letters.
Signed-off-by: Simon Duquennoy <simon.duquennoy@nordicsemi.no>1 parent 0b41628 commit e5631ca
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments