From dc74b3051e3d8643d90a4c0b28406bd66c154a91 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 3 Sep 2016 09:32:22 +0000 Subject: [PATCH] Add Connect With WPA tutorial --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 README.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index fe2cdd4..6b7e1d5 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # arduino -A place for all the arduino code I write. \ No newline at end of file +A place for all the arduino code I write. + +## Useful Resources + + - [Connect with WPA](https://www.arduino.cc/en/Tutorial/ConnectWithWPA) - What seems like a reasonaly good tutorial on how to get a Wemos to connect via WiFi. We'll need a TCP tutorial later on down the line though.