0.5.5
Pre-release
Pre-release
- rename HardWire to TwoWire to stay compatible with Arduino
- fix #43 : Implement UDP as buffered stream (enabled by default), can be changed using usePacketBuffering()
- Add .config() to manual set static IP
- Add TLS Mutual Verification support (Client Identity verification) with .tlsSetIdentity()
- "VeriSign Class 3 Public Primary Certification Authority - G5" replace "Starfield Services Root Certificate Authority - G2" for AWS IOT
- Add AdafruitTwitter to send Tweet, and send Direct Message
- Add AdafruitSHA1 to perform SHA1, and HMAC-SHA1 computation
- AdafruitHTTP
- Change post() API: will perform URLEncode for Post Values
- add postWithoutURLencoded(): skip URLEncode for values
- add postRaw(): post data as binary, useful for binary data.
- add urlEncode(), urlEncodeLength(), base64Encode() as static method