Skip to content

Commit

Permalink
add esp32 to supported architectures, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Apr 2, 2020
1 parent af54f83 commit 65c384a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = SSLClient
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v1.6.0
PROJECT_NUMBER = v1.6.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions library.properties
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

0 comments on commit 65c384a

Please sign in to comment.