mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
Web client
|
||||
|
||||
This sketch connects to a website through a GSM shield. Specifically,
|
||||
this example downloads the URL "http://arduino.cc/asciilogo.txt" and
|
||||
this example downloads the URL "http://www.arduino.cc/asciilogo.txt" and
|
||||
prints it to the Serial monitor.
|
||||
|
||||
Circuit:
|
||||
@ -12,7 +12,7 @@
|
||||
created 8 Mar 2012
|
||||
by Tom Igoe
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMExamplesWebClient
|
||||
http://www.arduino.cc/en/Tutorial/GSMExamplesWebClient
|
||||
|
||||
*/
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
This example is in the public domain.
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMExamplesReceiveSMS
|
||||
http://www.arduino.cc/en/Tutorial/GSMExamplesReceiveSMS
|
||||
|
||||
*/
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
Circuit:
|
||||
* GSM shield
|
||||
* Voice circuit. Refer to to the GSM shield getting started guide
|
||||
at http://arduino.cc/en/Guide/ArduinoGSMShield#toc11
|
||||
at http://www.arduino.cc/en/Guide/ArduinoGSMShield#toc11
|
||||
* SIM card that can accept voice calls
|
||||
|
||||
With no voice circuit the call will connect, but will not send or receive sound
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
This example is in the public domain.
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMExamplesReceiveVoiceCall
|
||||
http://www.arduino.cc/en/Tutorial/GSMExamplesReceiveVoiceCall
|
||||
|
||||
*/
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
This example is in the public domain.
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMExamplesSendSMS
|
||||
http://www.arduino.cc/en/Tutorial/GSMExamplesSendSMS
|
||||
|
||||
*/
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
Modified 4 Feb 2013
|
||||
by Scott Fitzgerald
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMToolsGsmScanNetworks
|
||||
http://www.arduino.cc/en/Tutorial/GSMToolsGsmScanNetworks
|
||||
|
||||
This example code is part of the public domain
|
||||
*/
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
This example code is part of the public domain
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMToolsPinManagement
|
||||
http://www.arduino.cc/en/Tutorial/GSMToolsPinManagement
|
||||
|
||||
*/
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
This example code is part of the public domain
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMToolsTestGPRS
|
||||
http://www.arduino.cc/en/Tutorial/GSMToolsTestGPRS
|
||||
|
||||
*/
|
||||
|
||||
@ -34,7 +34,7 @@ String errortext = "ERROR";
|
||||
|
||||
// URL and path (for example: arduino.cc)
|
||||
char url[] = "arduino.cc";
|
||||
char urlproxy[] = "http://arduino.cc";
|
||||
char urlproxy[] = "http://www.arduino.cc";
|
||||
char path[] = "/";
|
||||
|
||||
// variable for save response obtained
|
||||
|
@ -12,7 +12,7 @@
|
||||
modified 21 Nov 2012
|
||||
by Tom Igoe
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMToolsTestModem
|
||||
http://www.arduino.cc/en/Tutorial/GSMToolsTestModem
|
||||
|
||||
This sample code is part of the public domain
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
modified 21 Nov 2012
|
||||
by Tom Igoe
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMToolsTestWebServer
|
||||
http://www.arduino.cc/en/Tutorial/GSMToolsTestWebServer
|
||||
|
||||
This example code is part of the public domain
|
||||
*/
|
||||
|
Reference in New Issue
Block a user