Skip to content

Commit

Permalink
Fixed variable error in WifiTwitterClient
Browse files Browse the repository at this point in the history
  • Loading branch information
tigoe committed Mar 8, 2012
1 parent cd0c0f2 commit 2b6169e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WiFi/examples/WifiTwitterClient/WifiTwitterClient.ino
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Circuit:
* WiFi shield attached to pins 10, 11, 12, 13
created 4 Mar 2012
created 8 Mar 2012
by Tom Igoe
This code is in the public domain.
Expand All @@ -25,7 +25,7 @@
char ssid[] = "YourNetwork"; // your network SSID (name)
char pass[] = "password"; // your network password (use for WPA, or use as key for WEP)
int keyIndex = 0; // your network key Index number (needed only for WEP)

int status = WL_IDLE_STATUS; // status of the wifi connection

// initialize the library instance:
WiFiClient client;
Expand Down

0 comments on commit 2b6169e

Please sign in to comment.