[gnoduino] Remove include whitespace from WiFi examples
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnoduino] Remove include whitespace from WiFi examples
- Date: Thu, 23 May 2013 23:14:37 +0000 (UTC)
commit 6b27a9b62d56b452dbc71d5b648ceb09a6691b6b
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date: Thu May 23 22:51:47 2013 +0200
Remove include whitespace from WiFi examples
.../ConnectNoEncryption/ConnectNoEncryption.ino | 2 +-
.../examples/ConnectWithWPA/ConnectWithWPA.ino | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libraries/WiFi/examples/ConnectNoEncryption/ConnectNoEncryption.ino
b/libraries/WiFi/examples/ConnectNoEncryption/ConnectNoEncryption.ino
index f42a7f3..81cc5cb 100644
--- a/libraries/WiFi/examples/ConnectNoEncryption/ConnectNoEncryption.ino
+++ b/libraries/WiFi/examples/ConnectNoEncryption/ConnectNoEncryption.ino
@@ -12,7 +12,7 @@
modified 31 May 2012
by Tom Igoe
*/
- #include <WiFi.h>
+#include <WiFi.h>
char ssid[] = "yourNetwork"; // the name of your network
int status = WL_IDLE_STATUS; // the Wifi radio's status
diff --git a/libraries/WiFi/examples/ConnectWithWPA/ConnectWithWPA.ino
b/libraries/WiFi/examples/ConnectWithWPA/ConnectWithWPA.ino
index fcc33ec..cfd2d0a 100644
--- a/libraries/WiFi/examples/ConnectWithWPA/ConnectWithWPA.ino
+++ b/libraries/WiFi/examples/ConnectWithWPA/ConnectWithWPA.ino
@@ -12,7 +12,7 @@
modified 31 May 2012
by Tom Igoe
*/
- #include <WiFi.h>
+#include <WiFi.h>
char ssid[] = "yourNetwork"; // your network SSID (name)
char pass[] = "secretPassword"; // your network password
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]