1
0
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:
Federico Fissore
2015-05-20 17:10:06 +02:00
parent 026210564d
commit 9166828bfe
140 changed files with 167 additions and 167 deletions

View File

@ -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
*/

View File

@ -13,7 +13,7 @@
This example is in the public domain.
http://arduino.cc/en/Tutorial/GSMExamplesReceiveSMS
http://www.arduino.cc/en/Tutorial/GSMExamplesReceiveSMS
*/

View File

@ -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
*/

View File

@ -17,7 +17,7 @@
This example is in the public domain.
http://arduino.cc/en/Tutorial/GSMExamplesSendSMS
http://www.arduino.cc/en/Tutorial/GSMExamplesSendSMS
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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

View File

@ -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

View File

@ -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
*/