From 6310af530018da4cbe3450a90410ecb89e15360a Mon Sep 17 00:00:00 2001 From: Scott Lawson Date: Mon, 9 Jan 2017 17:20:29 -0800 Subject: [PATCH] Added information about a missing arduino dependency --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1aaf31..6e20c93 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ If `pip` is not found try using `python -m pip install` instead. ## Arduino dependencies ESP8266 firmare is uploaded using the Arduino IDE. See [this tutorial](https://learn.sparkfun.com/tutorials/esp8266-thing-hookup-guide/installing-the-esp8266-arduino-addon) to setup the Arduino IDE for ESP8266. +After installing the Arduino IDE and ESP8266 addon, use the [Arduino Library Manager](https://www.arduino.cc/en/Guide/Libraries#toc3) to install the "WebSocketServer" library. + ## Hardware Connections