Libraries/Geofence: Fixed missing dot in "North_KoreaF" fence. (#9)

pull/16/head
LU1AAT, Andres 2020-11-22 14:36:11 -03:00 zatwierdzone przez GitHub
rodzic 9923510c69
commit 96530504b3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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
#endif