We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0c0f2 commit 2b6169eCopy full SHA for 2b6169e
WiFi/examples/WifiTwitterClient/WifiTwitterClient.ino
@@ -13,7 +13,7 @@
13
Circuit:
14
* WiFi shield attached to pins 10, 11, 12, 13
15
16
- created 4 Mar 2012
+ created 8 Mar 2012
17
by Tom Igoe
18
19
This code is in the public domain.
@@ -25,7 +25,7 @@
25
char ssid[] = "YourNetwork"; // your network SSID (name)
26
char pass[] = "password"; // your network password (use for WPA, or use as key for WEP)
27
int keyIndex = 0; // your network key Index number (needed only for WEP)
28
-
+int status = WL_IDLE_STATUS; // status of the wifi connection
29
30
// initialize the library instance:
31
WiFiClient client;
0 commit comments