From e72e2292a897b7eb26f9a77dee4d8d58e60b8ac4 Mon Sep 17 00:00:00 2001 From: Thomas Bouve Date: Sun, 20 Sep 2020 20:22:39 +0200 Subject: [PATCH] Update guessed coordinates based on other values. --- pwnagotchi/plugins/default/gps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwnagotchi/plugins/default/gps.py b/pwnagotchi/plugins/default/gps.py index 7b6b8f6..644fb75 100644 --- a/pwnagotchi/plugins/default/gps.py +++ b/pwnagotchi/plugins/default/gps.py @@ -84,8 +84,8 @@ class GPS(plugins.Plugin): else: # guessed values, add tested ones if you can lat_pos = (127, 51) - lon_pos = (127, 56) - alt_pos = (102, 71) + lon_pos = (122, 61) + alt_pos = (127, 71) label_spacing = 0