Skip to content

Commit 89672a9

Browse files
committed
Update to 1.2.8
1 parent 86bc603 commit 89672a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "WifiLocation",
33
"frameworks": "arduino",
4-
"version": "1.2.7",
4+
"version": "1.2.8",
55
"keywords": "GPS, location, wifi, google",
66
"platforms": ["espressif32", "espressif8266"],
77
"description": "Library to get geographic position (lat, lon, accuracy) listening surrounding WiFi networks (Works with ESP8266 and ESP32 boards). This library implements call to Google Maps GeoLocation API to get location from surrounding WiFi networks. It is not needed to know WiFi password of all of them. Internet connection is required. You need an API key from Google Maps. Check https://developers.google.com/maps/documentation/geolocation/intro to learn how to get your own key.",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WifiLocation
2-
version=1.2.7
2+
version=1.2.8
33
author=Germán Martín
44
maintainer=Germán Martín <[email protected]>
55
sentence=Library to get geographic position (lat, lon, accuracy), without GPS, by listening surrounding WiFi networks (Works with ESP8266 and ESP32 boards)

0 commit comments

Comments
 (0)