Skip to content

Releases: gmag11/WifiLocation

Implement Geocoding to get real address name

23 Jun 16:36

Choose a tag to compare

As Google Geocoding API does not have a free tier, this has been implemented using Bing Maps API. Check newest examples to get usage hints.

Update Google CA certificate

12 Aug 14:55

Choose a tag to compare

Google has updated their certificate chain. WiFiLocation is updated accordingly-
#18 fixed

Add PlatformIO support

14 Apr 10:11

Choose a tag to compare

This version is no longer compatible with SAMD boards. I do not own a device to test so it is difficult to manage it.

Besides this is the main changes log:

  • Added PlatformIO project definition
  • Move clock sync to main code so that it does not interferes with user code
  • Fix connection issue reported on #13
  • Updated to MIT license

Improve core 2.5 compatibility

01 Oct 08:45

Choose a tag to compare

  • Updated HTTPS code for ESP8266 core 2.5.0 and higher.
  • Added information on Readme.md on how to update Google Certificate so that HTTPS is able to connect
  • If you need to compile it using core 2.4 you have to uncommenth this line

Use secure HTTPS

22 Apr 12:35

Choose a tag to compare

Now both ESP32 and ESP8266 check server certificates for HTTPS security. This avoids man in the middle attacks.

Update code for ESP8266 Arduino core 2.5.0

19 Apr 17:07

Choose a tag to compare

In recent versions Espressif is using a new SSL library called BearSSL. This has more security checks.

This update only bypass certificate check during HTTPS connection to Google Geolocation API

Update CA certificate for ESP32

21 May 10:20

Choose a tag to compare

Maintenance fix to update GoogleAPI CA certificate. Only needed for ESP32.

Fix platformIO metadata

01 Apr 14:45

Choose a tag to compare

  • Fix platformIO metadata
  • Update Google CA certificate. Valid until 2021.

First publish to Arduino Repository

18 Mar 07:46

Choose a tag to compare

First publish to Arduino Repository.
PlatformIO manifest creation

ESP32 Support

17 May 18:25

Choose a tag to compare

From now ESP32-Arduino is a supported achitecture too