From 96530504b3aca67a7b10a2fe181a85abaed405e9 Mon Sep 17 00:00:00 2001 From: "LU1AAT, Andres" <50279790+lu1aat@users.noreply.github.com> Date: Sun, 22 Nov 2020 14:36:11 -0300 Subject: [PATCH] Libraries/Geofence: Fixed missing dot in "North_KoreaF" fence. (#9) --- libraries/LightAPRS_Geofence/GEOFENCE.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/LightAPRS_Geofence/GEOFENCE.h b/libraries/LightAPRS_Geofence/GEOFENCE.h index 4864810..508e59d 100755 --- a/libraries/LightAPRS_Geofence/GEOFENCE.h +++ b/libraries/LightAPRS_Geofence/GEOFENCE.h @@ -115,7 +115,7 @@ static float RomaniaF[] = { }; static float North_KoreaF[] = { - 130.14189, 4321627, + 130.14189, 43.21627, 124.03574, 39.8949, 125.18292, 37.39202, 128.47240, 38.66888, @@ -182,4 +182,4 @@ void GEOFENCE_position(float latitude, float longitude); -#endif \ No newline at end of file +#endif