mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
Small change in Twitter example
This commit is contained in:
parent
56f515243e
commit
47f082800c
@ -112,7 +112,7 @@ void connectToServer() {
|
||||
Serial.println("making HTTP request...");
|
||||
// make HTTP GET request to twitter:
|
||||
client.println("GET /1/statuses/user_timeline.xml?screen_name=arduinoteam HTTP/1.1");
|
||||
client.println("HOST: api.twitter.com");
|
||||
client.println("HOST:api.twitter.com");
|
||||
client.println();
|
||||
}
|
||||
// note the time of this connect attempt:
|
||||
|
Loading…
x
Reference in New Issue
Block a user