dont use twitter URL for SSL client example
This commit is contained in:
parent
6c30285ffc
commit
8b45e4e93d
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ int status = WL_IDLE_STATUS;
|
|||
// use the numeric IP instead of the name for the server:
|
||||
//IPAddress server(74,125,232,128); // numeric IP for Google (no DNS)
|
||||
|
||||
#define SERVER "cdn.syndication.twimg.com"
|
||||
#define PATH "/widgets/followbutton/info.json?screen_names=adafruit"
|
||||
#define SERVER "httpbin.org"
|
||||
#define PATH "/get"
|
||||
|
||||
// Initialize the SSL client library
|
||||
// with the IP address and port of the server
|
||||
|
|
|
|||
Loading…
Reference in a new issue