Updated documentation and examples to include new ethernet library fork
This commit is contained in:
parent
5919696b89
commit
5d1c32d3c3
49 changed files with 70 additions and 64 deletions
|
@ -14,11 +14,11 @@
|
|||
|
||||
*/
|
||||
|
||||
// NOTE: The Ethernet library MUST be modified to use this example!
|
||||
// For more detailed instructions check out https://github.com/OPEnSLab-OSU/SSLClient#sslclient-with-ethernet
|
||||
// NOTE: This example REQUIRES the EthernetLarge library.
|
||||
// You can get it here: https://github.com/OPEnSLab-OSU/EthernetLarge
|
||||
|
||||
#include <SPI.h>
|
||||
#include <Ethernet.h>
|
||||
#include <EthernetLarge.h>
|
||||
#include <SSLClient.h>
|
||||
#include "trust_anchors.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue