add esp32 to supported architectures, bump version

This commit is contained in:
Noah Laptop 2020-04-02 11:40:41 -07:00
parent af54f83967
commit 65c384aa3b
2 changed files with 3 additions and 3 deletions

View file

@ -1,10 +1,10 @@
name=SSLClient
version=1.6.0
version=1.6.1
author=Noah Koontz <koontzn@oregonstate.edu>
maintainer=OPEnS Lab
sentence=Arduino library to add TLS functionality to any Client class
paragraph=including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.
category=Communication
url=https://github.com/OPEnSLab-OSU/SSLClient
architectures=samd,tivac,stm32
architectures=samd,tivac,stm32,esp32
includes=SSLClient.h