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

Commit 3e2cf92

Browse files
authored
v1.8.2 to update to arduino.tips
### Releases v1.8.2 1. Change from `arduino.cc` to `arduino.tips` in examples 2. Add `lib_ldf_mode = chain+` in `platformio.ini`
1 parent 6a18254 commit 3e2cf92

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
@@ -14,7 +14,7 @@
1414

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

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

0 commit comments

Comments
 (0)