Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 96b7508

Browse files
authored
v1.5.1 to update to arduino.tips
### Releases v1.5.1 1. Change from `arduino.cc` to `arduino.tips` in HTTP examples 2. Add `lib_ldf_mode = chain+` in `platformio.ini`
1 parent c372ae2 commit 96b7508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/HTTPClient/SimpleHTTPExample/SimpleHTTPExample.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
// This example downloads the URL "http://arduino.cc/"
1919
// Name of the server we want to connect to
20-
const char kHostname[] = "arduino.cc";
20+
const char kHostname[] = "arduino.tips";
2121

2222
// Path to download (this is the bit after the hostname in the URL
2323
// that you want to download

0 commit comments

Comments
 (0)