From 945d90e1a851e63ed0b44a9cf7d8eac107666e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Tue, 29 Nov 2016 13:09:52 +0100 Subject: [PATCH] Added documentation on how to compile with fauxmoESP support --- docs/Firmware.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Firmware.md b/docs/Firmware.md index dfb8afb2..367d2ee5 100644 --- a/docs/Firmware.md +++ b/docs/Firmware.md @@ -27,6 +27,8 @@ And my own libraries: * [EmonLiteESP](https://bitbucket.org/xoseperez/emonliteesp.git) (required if compiling with Energy Monitoring support: -DENABLE_EMON) * [NoFUSS](https://bitbucket.org/xoseperez/nofuss.git) (required if compiling with NoFUSS Automatic OTA support: -DENABLE_NOFUSS) +**Note**: The fauxmoESP library requires the staging version of Arduino Core for ESP8266. Either you are using Arduino IDE or PlatformIO you will have to manually install this. Check the [documentation for the fauxmoESP library](https://bitbucket.org/xoseperez/fauxmoesp) for more info. + Once you have all the code, you can check if it's working by: ```bash