v3.2.0
This is a clean-up release.
Some of the main changes include
Clean-up
- Removed all code related to the Espressif bootloader. You should use rBoot as bootloader.
- Deprecated WifiStation::waitConnect (#1071, #1072). WifiStation::waitConnect will be removed in the next version and replaced with WifiEvents.
- Deprecated DriverPWM( aka Software PWM).
New features and fixes
- Improved SSL fingerprinting - added code that allows checking the fingerprint of a public key. Useful in cases where the private key is reused for certificates over longer period of time. (#1034)
- Added asynchronous AT command client ( to communicate with GSM/GPRS modules that use AT commands) (#1033)
- Switched to i2c HAL and Wire libraries from the esp8266/Arduino project. (#1061)
- Added NFC support (#1049)
- Fixed SPI mode issues (#1083)
And multiple bug fixes to the code and the documentation.
All merged PRs in this release can be seen from here
For a complete list of changes run the following command:
git log 3.1.2..3.2.0
And last but not least this release would have been possible without the help of our fantastic contributors and community members. This time we give our special thanks to Jarek Zgoda who helped us clean a lot of old code and improve existing one.