-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add esp32 to supported architectures, bump version
- Loading branch information
1 parent
af54f83
commit 65c384a
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name=SSLClient | ||
version=1.6.0 | ||
version=1.6.1 | ||
author=Noah Koontz <[email protected]> | ||
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 |