Skip to content

Commit d3f5bbc

Browse files
committed
Version 1.2.2
1 parent 7b459ab commit d3f5bbc

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.21",
4+
"version": "1.2.2",
55
"keywords": "GPS, location, wifi, google",
66
"platforms": ["atmelsam", "espressif32", "espressif8266"],
77
"description": "Library to get geographic position (lat, lon, accuracy) listening surrounding WiFi networks (Works with ESP8266 and WiFi101 boards, including MKR1000). 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.21
2+
version=1.2.2
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 WiFi101 boards, including MKR1000)

0 commit comments

Comments
 (0)