Releases: gmag11/WifiLocation
Releases · gmag11/WifiLocation
Implement Geocoding to get real address name
Update Google CA certificate
Google has updated their certificate chain. WiFiLocation is updated accordingly-
#18 fixed
Add PlatformIO support
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
- 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
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
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
Maintenance fix to update GoogleAPI CA certificate. Only needed for ESP32.
Fix platformIO metadata
- Fix platformIO metadata
- Update Google CA certificate. Valid until 2021.
First publish to Arduino Repository
First publish to Arduino Repository.
PlatformIO manifest creation
ESP32 Support
From now ESP32-Arduino is a supported achitecture too